arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
The previous patch ("function_graph: Support recording and printing the return value of function") has laid the groundwork for the for the funcgraph-retval, and this modification makes it available on the ARM64 platform. We introduce a new structure called fgraph_ret_regs for the ARM64 platform to hold return registers and the frame pointer. We then fill its content in the return_to_handler and pass its address to the function ftrace_return_to_handler to record the return value. Link: https://lkml.kernel.org/r/c78366416ce93f704ae7000c4ee60eb4258c38f7.1680954589.git.pengdonglin@sangfor.com.cn Reviewed-by:Mark Rutland <mark.rutland@arm.com> Tested-by:
Mark Rutland <mark.rutland@arm.com> Acked-by:
Catalin Marinas <catalin.marinas@arm.com> Signed-off-by:
Donglin Peng <pengdonglin@sangfor.com.cn> Signed-off-by:
Steven Rostedt (Google) <rostedt@goodmis.org>
Showing
- arch/arm64/Kconfig 1 addition, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/ftrace.h 22 additions, 0 deletionsarch/arm64/include/asm/ftrace.h
- arch/arm64/kernel/asm-offsets.c 13 additions, 0 deletionsarch/arm64/kernel/asm-offsets.c
- arch/arm64/kernel/entry-ftrace.S 14 additions, 13 deletionsarch/arm64/kernel/entry-ftrace.S
Please register or sign in to comment