Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5767cfea authored by Steven Rostedt's avatar Steven Rostedt Committed by Steven Rostedt
Browse files

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: default avatarSteven Rostedt <rostedt@goodmis.org>
parent e4ea3f6b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1241,9 +1241,6 @@ END(mcount)

#ifdef CONFIG_FUNCTION_GRAPH_TRACER
ENTRY(ftrace_graph_caller)
	cmpl $0, function_trace_stop
	jne ftrace_stub

	pushl %eax
	pushl %ecx
	pushl %edx
+0 −3
Original line number Diff line number Diff line
@@ -213,9 +213,6 @@ END(mcount)

#ifdef CONFIG_FUNCTION_GRAPH_TRACER
ENTRY(ftrace_graph_caller)
	cmpl $0, function_trace_stop
	jne ftrace_stub

	MCOUNT_SAVE_FRAME

	leaq 8(%rbp), %rdi