mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
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: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
7fa322dba3
commit
545d47b8f3
1 changed files with 0 additions and 5 deletions
|
@ -40,11 +40,6 @@ bool ftrace_graph_is_dead(void)
|
||||||
void ftrace_graph_stop(void)
|
void ftrace_graph_stop(void)
|
||||||
{
|
{
|
||||||
kill_ftrace_graph = true;
|
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 */
|
/* When set, irq functions will be ignored */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue