directory creation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 20:51:42 +0000 (20:51 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 27 Jan 2004 20:51:42 +0000 (20:51 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@398 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/processTrace.c
ltt/branches/poly/lttv/state.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);
index 1457bade9fe2f3c3f3aa5619a2291e35d4155072..dbdb11ce8b7f51b39f972f423fbd626ba526e461 100644 (file)
@@ -534,7 +534,7 @@ static LttvProcessState *create_process(LttvTracefileState *tfs,
   char buffer[128];
 
   tcs = (LttvTraceState *)tc = tfs->parent.t_context;
-
+       
   g_hash_table_insert(tcs->processes, GUINT_TO_POINTER(pid), process);
   process->pid = pid;
 
This page took 0.027222 seconds and 4 git commands to generate.