tracing: function graph tracer, fix
authorIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 02:10:01 +0000 (03:10 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 02:10:01 +0000 (03:10 +0100)
fix return-tracer => graph-tracer namespace rename fallout.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_32.S

index 2b1f0f0..7def9fd 100644 (file)
@@ -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