directory creation
[lttv.git] / ltt / branches / poly / lttv / processTrace.c
index 700a81e1dd2488f2dcf337483b89385812b0bfc3..4a290dd04e2619a5672441c89c45941b2f86f045 100644 (file)
@@ -678,10 +678,10 @@ void lttv_process_traceset(LttvTracesetContext *self, LttTime end,
 
     if(!lttv_hooks_call(tfc->check_event, tfc)) {
       id = ltt_event_eventtype_id(tfc->e);
-      lttv_hooks_call(tfc->before_event, tfc);
       lttv_hooks_call(lttv_hooks_by_id_get(tfc->before_event_by_id, id), tfc);
-      lttv_hooks_call(tfc->after_event, tfc);
+      lttv_hooks_call(tfc->before_event, tfc);
       lttv_hooks_call(lttv_hooks_by_id_get(tfc->after_event_by_id, id), tfc);
+      lttv_hooks_call(tfc->after_event, tfc);
     }
 
     event = ltt_tracefile_read(tfc->tf);
This page took 0.022556 seconds and 4 git commands to generate.