ftrace: Have function graph tracer use global_ops for filtering
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Fri, 2 May 2014 03:05:31 +0000 (23:05 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 2 May 2014 03:21:16 +0000 (23:21 -0400)
Commit 4104d326b670 "ftrace: Remove global function list and call
function directly" cleaned up the global_ops filtering and made
the code simpler. But it left out function graph filtering which
also depended on that code. The function graph filtering still
needs to use global_ops as the filter otherwise it wont filter
at all.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c

Simple merge