OSDN Git Service

powerpc/function_graph: Simplify with function_graph_enter()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 18 Nov 2018 22:28:53 +0000 (17:28 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 28 Nov 2018 01:31:02 +0000 (20:31 -0500)
commitfe60522ec60082a1dd735691b82c64f65d4ad15e
tree677ea5cc253d716117b0b5db4be10d856a94fe71
parenta87532c78d291265efadc4b20a8c7a70cd59ea29
powerpc/function_graph: Simplify with function_graph_enter()

The function_graph_enter() function does the work of calling the function
graph hook function and the management of the shadow stack, simplifying the
work done in the architecture dependent prepare_ftrace_return().

Have powerpc use the new code, and remove the shadow stack management as well as
having to set up the trace structure.

This is needed to prepare for a fix of a design bug on how the curr_ret_stack
is used.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: stable@kernel.org
Fixes: 03274a3ffb449 ("tracing/fgraph: Adjust fgraph depth before calling trace return callback")
Reviewed-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
arch/powerpc/kernel/trace/ftrace.c