From: Jiri Olsa Date: Thu, 11 Aug 2011 14:25:49 +0000 (+0200) Subject: tracing/filter: Unify predicate tree walking, change check_pred_tree function to... X-Git-Tag: v3.2-rc1~163^2~28^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03f5979945c573801c25ba3089ef17c4d7edc61;p=pandora-kernel.git tracing/filter: Unify predicate tree walking, change check_pred_tree function to use it Adding walk_pred_tree function to be used for walking throught the filter predicates. For each predicate the callback function is called, allowing users to add their own functionality or customize their way through the filter predicates. Changing check_pred_tree function to use walk_pred_tree. Signed-off-by: Jiri Olsa Link: http://lkml.kernel.org/r/1313072754-4620-6-git-send-email-jolsa@redhat.com Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed