Re: [PATCH] powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API

2023-10-27 Thread Michael Ellerman
On Wed, 14 Jun 2023 14:29:26 +0530, Naveen N Rao wrote: > When creating a kprobe on function entry through tracefs, enable > arguments to be recorded to be specified using $argN syntax. > > Applied to powerpc/next. [1/1] powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API https://

[PATCH] powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API

2023-06-14 Thread Naveen N Rao
When creating a kprobe on function entry through tracefs, enable arguments to be recorded to be specified using $argN syntax. Signed-off-by: Naveen N Rao --- arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/ptrace.h | 17 + 2 files changed, 18 insertions(+) dif