commit | eabb8980a96cff42ae70cc6ab143f4003f02c874 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue Dec 02 19:08:30 2014 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Dec 03 10:00:27 2014 -0500 |
tree | 63c1ea23691abb8dddbbb860a92b72715ec3cf2c | |
parent | e12c09cf3087b5a184ffeb55ca368e8aa436a3a2 [diff] |
tracing: Allow NOT to filter AND and OR clauses Add support to allow not "!" for and (&&) and (||). That is: !(field1 == X && field2 == Y) Where the value of the full clause will be notted. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>