From: Steven Rostedt Date: Fri, 6 May 2011 02:54:01 +0000 (-0400) Subject: ftrace: Modify ftrace_set_filter/notrace to take ops X-Git-Tag: v3.0-rc1~404^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936e074b286ae779f134312178dbab139ee7ea52;p=pandora-kernel.git ftrace: Modify ftrace_set_filter/notrace to take ops Since users of the function tracer can now pick and choose which functions they want to trace agnostically from other users of the function tracer, we need to pass the ops struct to the ftrace_set_filter() functions. The functions ftrace_set_global_filter() and ftrace_set_global_notrace() is added to keep the old filter functions which are used to modify the generic function tracers. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed