update noevent
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 27 Oct 2008 17:33:20 +0000 (17:33 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 27 Oct 2008 17:33:20 +0000 (17:33 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@3129 04897980-b3bd-0310-b5e0-8ef037075253

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.024152 seconds and 4 git commands to generate.