|
@@ -3645,12 +3645,17 @@ void _starpu_fxt_paje_file_init(struct starpu_fxt_options *options)
|
|
|
}
|
|
|
|
|
|
#ifdef STARPU_HAVE_POTI
|
|
|
+#ifdef HAVE_POTI_INIT_CUSTOM
|
|
|
+ fclose(out_paje_file);
|
|
|
poti_init_custom (options->out_paje_path,
|
|
|
- false, //if false, allow extended events
|
|
|
- true, //if true, an old header (pj_dump -n)
|
|
|
- false, //if false, the trace has no comments
|
|
|
- true, //if true, events have aliases
|
|
|
- true); //if true, relative timestamps
|
|
|
+ 0, //if false, allow extended events
|
|
|
+ 1, //if true, an old header (pj_dump -n)
|
|
|
+ 0, //if false, the trace has no comments
|
|
|
+ 1, //if true, events have aliases
|
|
|
+ 1);//if true, relative timestamps
|
|
|
+#else
|
|
|
+ poti_init (out_paje_file);
|
|
|
+#endif
|
|
|
#endif
|
|
|
_starpu_fxt_write_paje_header(out_paje_file);
|
|
|
}
|