projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
287b6e6
)
tracing: function graph tracer, fix
author
Ingo Molnar
<mingo@elte.hu>
Wed, 26 Nov 2008 02:10:01 +0000
(
03:10
+0100)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/entry_32.S
b/arch/x86/kernel/entry_32.S
index 2b1f0f081a6bdb387e9d8ddb5a6ed336768028fb..7def9fd5c1e62b5c3e74c29108c7b3474bc2acf3 100644
(file)
--- 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_
functio
n
+ cmpl $ftrace_stub, ftrace_graph_
retur
n
jnz ftrace_graph_caller
#endif
.globl ftrace_stub