From: Steven Rostedt (Red Hat) Date: Wed, 3 Dec 2014 00:08:30 +0000 (-0500) Subject: tracing: Allow NOT to filter AND and OR clauses X-Git-Tag: omap-for-v3.20/drop-legacy-3517~138^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eabb8980a96cff42ae70cc6ab143f4003f02c874;p=pandora-kernel.git 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 --- Reading git-diff-tree failed