From: Jiri Olsa Date: Wed, 15 Feb 2012 14:51:53 +0000 (+0100) Subject: ftrace: Allow to specify filter field type for ftrace events X-Git-Tag: v3.4-rc1~192^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02aa3162edaa166a01d193f80ccde890be8b55da;p=pandora-kernel.git ftrace: Allow to specify filter field type for ftrace events Adding FILTER_TRACE_FN event field type for function tracepoint event, so it can be properly recognized within filtering code. Currently all fields of ftrace subsystem events share the common field type FILTER_OTHER. Since the function trace fields need special care within the filtering code we need to recognize it properly, hence adding the FILTER_TRACE_FN event type. Adding filter parameter to the FTRACE_ENTRY macro, to specify the filter field type for the event. Link: http://lkml.kernel.org/r/1329317514-8131-7-git-send-email-jolsa@redhat.com Signed-off-by: Jiri Olsa Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed