瀏覽代碼

small hack (to be fixed)

Andra Hugo 12 年之前
父節點
當前提交
2ea27d7a1d
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/common/fxt.c

+ 3 - 1
src/common/fxt.c

@@ -142,7 +142,9 @@ void _starpu_init_fxt_profiling(unsigned no_auto_start_trace, unsigned trace_buf
 
 	atexit(_starpu_stop_fxt_profiling);
 
-	unsigned int key_mask = no_auto_start_trace ? 0 : FUT_KEYMASKALL;
+/* TODO: check this out */
+//	unsigned int key_mask = no_auto_start_trace ? 0 : FUT_KEYMASKALL;
+	unsigned int key_mask = FUT_KEYMASKALL;
 
 	if (fut_setup(trace_buffer_size / sizeof(unsigned long), key_mask, threadid) < 0)
 	{