[PATCH 0/3] tracing: Add event filter logic for !(...)

From: Steven Rostedt
Date: Tue Dec 02 2014 - 22:21:16 EST


There's no changes to the first patch that you can see from here:

http://lkml.kernel.org/r/20141202153548.1ce7177e@xxxxxxxxxxxxxxxxxx

But I added two more patches:

1) adds the logic to do ! with the AND and OR cases. Like:

!(prev_pid == 0 && next_pid == 1)

2) I added ftracetests selftest to test a bunch of filter cases.
I can probably add more, but this is a start.

Steven Rostedt (Red Hat) (3):
tracing: Add NOT to filtering logic
tracing: Allow NOT to filter AND and OR clauses
ftracetests: Add test to test event filter logic

----
kernel/trace/trace_events_filter.c | 29 ++-
.../selftests/ftrace/test.d/ftrace/filter.tc | 200 +++++++++++++++++++++
2 files changed, 223 insertions(+), 6 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/