X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Ftext%2FbatchAnalysis.c;h=e150f4d18db9c473dc113c45e1f50dfd17529eda;hb=ccf1db700d7477f4cd825ac435e2632443ee51f2;hp=aa30352021670cf5ae83d68db15d6f58c7fa57dd;hpb=b399ad0eca4484e0cd9f99ef28bcdb044f93a991;p=lttv.git diff --git a/lttv/modules/text/batchAnalysis.c b/lttv/modules/text/batchAnalysis.c index aa303520..e150f4d1 100644 --- a/lttv/modules/text/batchAnalysis.c +++ b/lttv/modules/text/batchAnalysis.c @@ -34,6 +34,7 @@ #include #include #include +#include static LttvTraceset *traceset; @@ -89,6 +90,10 @@ static gboolean process_traceset(void *hook_data, void *call_data) g_info("BatchAnalysis initialize context"); lttv_context_init(tc, traceset); + + /* 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); @@ -272,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")