• Steven Rostedt (Red Hat)'s avatar
    sh: ftrace: Add call to ftrace_graph_is_dead() in function graph code · 7fa322db
    Steven Rostedt (Red Hat) authored
    ftrace_stop() is going away as it disables parts of function tracing
    that affects users that should not be affected. But ftrace_graph_stop()
    is built on ftrace_stop(). Here's another example of killing all of
    function tracing because something went wrong with function graph
    tracing.
    
    Instead of disabling all users of function tracing on function graph
    error, disable only function graph tracing. To do this, the arch code
    must call ftrace_graph_is_dead() before it implements function graph.
    
    Cc: Paul Mundt <lethal@linux-sh.org>
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    7fa322db
ftrace.c 10.6 KB