]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbdd43a6328642516229885e982ddb7bd99a2eda7
tree63e415d705d9fb1d422c9a202b0d3e22fe7f1192
parent45711f2cecbc557e4c3636f7b2bef0b3ad9cb8d2
ftrace: Have function graph tracer use global_ops for filtering

Commit 19a2bba62241 "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