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)
commitfd06a54990e94c7f40ca21cf82b9c83106ccb94b
tree63e415d705d9fb1d422c9a202b0d3e22fe7f1192
parentb1169cc69ba96b124df820904a6d3eb775491d7f
ftrace: Have function graph tracer use global_ops for filtering

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