update noevent
[lttv.git] / trunk / lttv / lttv / modules / text / textDump.c
index 783cb0e957d4b1736e525e7e23169b7518501fa4..ec0c563cb8c687923bf20ffe7c918280a8efd315 100644 (file)
@@ -322,7 +322,7 @@ static int write_event_content(void *hook_data, void *call_data)
   LttvTraceState *ts = (LttvTraceState*)tfc->t_context;
   LttvProcessState *process = ts->running_process[cpu];
 
-  if (!a_noevent)
+  if (a_noevent)
     return FALSE;
 
   e = ltt_tracefile_get_event(tfc->tf);
This page took 0.023254 seconds and 4 git commands to generate.