commit | 5767cfeaa9ec7b67c802143394f3ad9f8b174eb8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Jul 03 16:16:09 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jul 31 10:29:51 2012 -0400 |
tree | b43cb98420a7e87bb238df930ec712eaeb86ac73 | |
parent | e4ea3f6b1bf3d489674a3660db652636e50186f9 [diff] |
ftrace/x86: Remove function_trace_stop check from graph caller The graph caller is called by the mcount callers, which already does the check against the function_trace_stop variable. No reason to check it again. Link: http://lkml.kernel.org/r/20120711195745.588538769@goodmis.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>