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

Commit 545d47b8 authored by Steven Rostedt (Red Hat)'s avatar Steven Rostedt (Red Hat) Committed by Steven Rostedt
Browse files

ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()



All archs now use ftrace_graph_is_dead() to stop function graph
tracing. Remove the usage of ftrace_stop() as that is no longer
needed.

Cc: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: default avatarMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 7fa322db
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -40,11 +40,6 @@ bool ftrace_graph_is_dead(void)
void ftrace_graph_stop(void)
{
	kill_ftrace_graph = true;
	/*
	 * ftrace_stop() will be removed when all archs are updated to
	 * use ftrace_graph_is_dead()
	 */
	ftrace_stop();
}

/* When set, irq functions will be ignored */