[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1237710626.7703.45.camel@charm-linux>
Date: Sun, 22 Mar 2009 03:30:26 -0500
From: Tom Zanussi <tzanussi@...il.com>
To: linux-kernel <linux-kernel@...r.kernel.org>
Cc: Ingo Molnar <mingo@...e.hu>, Steven Rostedt <rostedt@...dmis.org>,
Frédéric Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/4] tracing: event filtering v2
Hi,
This is version 2 of my patchset adding filtering to the event-tracing
infrastructure.
Changes from the previous version:
- added common_ prefix to the 5 common event fields
- ring_buffer_event_discard() fixes from Steven Rostedt
- changed 'and' and 'or' for compound filters to '&&' and '||'
- fixed a bug in the matching logic
Everything seems to work ok for me, but I haven't yet gotten around to
changing the awkward UI. I plan to fix that as soon as I can i.e. allow
complete compound expressions to be specified all at once, add <, >, <=,
>= and parens, etc. Until then, it should hopefully be usable for basic
filtering.
Thanks,
Tom
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists