From: Tom Zanussi Date: Tue, 28 Apr 2009 08:04:47 +0000 (-0500) Subject: tracing/filters: move preds into event_filter object X-Git-Tag: v2.6.31-rc1~401^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e673b230f9d556eb81ef68a7b1a08c8b3b142c;p=pandora-kernel.git tracing/filters: move preds into event_filter object Create a new event_filter object, and move the pred-related members out of the call and subsystem objects and into the filter object - the details of the filter implementation don't need to be exposed in the call and subsystem in any case, and it will also help make the new parser implementation a little cleaner. [ Impact: refactor trace-filter code to prepare for new features ] Signed-off-by: Tom Zanussi Acked-by: Steven Rostedt Cc: fweisbec@gmail.com Cc: Li Zefan LKML-Reference: <1240905887.6416.119.camel@tropicana> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed