Disable sync/ completely, build OK
[lttv.git] / lttv / modules / text / batchAnalysis.c
index 4b02f33250f886c17082ed4e18537355e7627b5f..e150f4d18db9c473dc113c45e1f50dfd17529eda 100644 (file)
@@ -91,7 +91,8 @@ static gboolean process_traceset(void *hook_data, void *call_data)
 
   lttv_context_init(tc, traceset);
 
-  syncTraceset(tc);
+  /* Disabled by Mathieu, does not build on x86_64 */
+  /* syncTraceset(tc); */
 
   lttv_state_add_event_hooks(tc);
   if(a_stats) lttv_stats_add_event_hooks(tscs);
@@ -276,4 +277,5 @@ static void destroy()
 
 LTTV_MODULE("batchAnalysis", "Batch processing of a trace", \
     "Run through a trace calling all the registered hooks", \
-    init, destroy, "state", "stats", "option","textFilter", "sync")
+    /* init, destroy, "state", "stats", "option","textFilter", "sync") */
+    init, destroy, "state", "stats", "option","textFilter")
This page took 0.022492 seconds and 4 git commands to generate.