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

  http://lkml.kernel.org/r/20141202153548.1ce71...@gandalf.local.home

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to