diff options
author | Borislav Petkov <[email protected]> | 2012-03-29 19:11:40 +0200 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2012-06-14 15:22:12 -0400 |
commit | 8d240dd88cca33b704adf3fe281aa64b5aac2dd8 (patch) | |
tree | ed9431274d1274e134207edb5604669bbf638b73 /tools/perf/scripts/python/check-perf-trace.py | |
parent | e2b297fcf17fc03734e93387fb8195c782286b35 (diff) |
ftrace: Remove a superfluous check
register_ftrace_function() checks ftrace_disabled and calls
__register_ftrace_function which does it again.
Drop the first check and add the unlikely hint to the second one. Also,
drop the label as John correctly notices.
No functional change.
Link: http://lkml.kernel.org/r/20120329171140.GE6409@aftab
Cc: Borislav Petkov <[email protected]>
Cc: John Kacur <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions