Re: [PATCH v2 1/4] ftrace: Add print_function_args()
From: Steven Rostedt
Date: Wed Dec 25 2024 - 17:00:07 EST
On Wed, 25 Dec 2024 22:15:55 +0900
Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx> wrote:
> >
> > +config FUNCTION_TRACE_ARGS
> > + bool
> > + depends on HAVE_FUNCTION_ARG_ACCESS_API
> > + depends on DEBUG_INFO_BTF
>
> For using the BTF APIs, we also needs BPF_SYSCALL (DEBUG_INFO_BTF just
> compiles the BTF info into the kernel binary.)
>
> Others looks good to me.
Hmm, I removed it due to this feedback:
https://lore.kernel.org/linux-trace-kernel/20240909225614.4f6d022e58f1276113c8492b@xxxxxxxxxx/
>
> Revewied-by: Masami Hiramatsu (Google) <mhiramat@xxxxxxxxxx>
Thanks!
-- Steve