commit | fd06a54990e94c7f40ca21cf82b9c83106ccb94b | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu May 01 23:05:31 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu May 01 23:21:16 2014 -0400 |
tree | 63e415d705d9fb1d422c9a202b0d3e22fe7f1192 | |
parent | b1169cc69ba96b124df820904a6d3eb775491d7f [diff] |
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>