LoongArch: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
authorDonglin Peng <pengdonglin@sangfor.com.cn>
Sat, 8 Apr 2023 12:42:21 +0000 (05:42 -0700)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 20 Jun 2023 22:38:38 +0000 (18:38 -0400)
commit5779e3c0f5aed8a3239839ad55ad017e1278ecd7
tree5566d12519150556e347901819addc0b77cb92e4
parentd938ba17683effd95b44400d30df16fe541f40fd
LoongArch: 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 LoongArch platform.

We introduce a new structure called fgraph_ret_regs for the LoongArch
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/c5462255e435fab363895c2d7433bc0f5a140411.1680954589.git.pengdonglin@sangfor.com.cn
Reviewed-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Donglin Peng <pengdonglin@sangfor.com.cn>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
arch/loongarch/Kconfig
arch/loongarch/include/asm/ftrace.h
arch/loongarch/kernel/asm-offsets.c
arch/loongarch/kernel/mcount.S
arch/loongarch/kernel/mcount_dyn.S