]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita9c68169cbcb9f05ae086fd2ef1ee792c6ba1457
tree677ea5cc253d716117b0b5db4be10d856a94fe71
parentef20bf461271a568f06c7c42b08a480386bc47fc
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: 7e2f56662a145 ("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