From: compudj Date: Mon, 27 Oct 2008 17:33:20 +0000 (+0000) Subject: update noevent X-Git-Tag: v0.12.20~360 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=9d128d8e2d4e5721b92d36af438e77d90e8a8805;p=lttv.git update noevent git-svn-id: http://ltt.polymtl.ca/svn@3129 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/trunk/lttv/lttv/modules/text/textDump.c b/trunk/lttv/lttv/modules/text/textDump.c index 783cb0e9..ec0c563c 100644 --- a/trunk/lttv/lttv/modules/text/textDump.c +++ b/trunk/lttv/lttv/modules/text/textDump.c @@ -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);