diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-11-26 03:10:01 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-11-26 03:10:01 +0100 |
commit | c2324b694fa8ffee382a124198c68754088e483c (patch) | |
tree | 4c5264673e8d6fe454aff8338ffcbd3dc05172a8 /arch/x86/kernel/entry_32.S | |
parent | tracing/function-return-tracer: set a more human readable output (diff) | |
download | linux-c2324b694fa8ffee382a124198c68754088e483c.tar.xz linux-c2324b694fa8ffee382a124198c68754088e483c.zip |
tracing: function graph tracer, fix
fix return-tracer => graph-tracer namespace rename fallout.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r-- | arch/x86/kernel/entry_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index 2b1f0f081a6b..7def9fd5c1e6 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S @@ -1189,7 +1189,7 @@ ENTRY(mcount) cmpl $ftrace_stub, ftrace_trace_function jnz trace #ifdef CONFIG_FUNCTION_GRAPH_TRACER - cmpl $ftrace_stub, ftrace_graph_function + cmpl $ftrace_stub, ftrace_graph_return jnz ftrace_graph_caller #endif .globl ftrace_stub |