Re: [PATCH 0/7] add function arguments to ftrace
From: Sven Schnelle <svens@linux.ibm.com>
Date: 2024-09-09 07:52:39
Also in:
linux-riscv, lkml
From: Sven Schnelle <svens@linux.ibm.com>
Date: 2024-09-09 07:52:39
Also in:
linux-riscv, lkml
Masami Hiramatsu (Google) [off-list ref] writes:
On Fri, 6 Sep 2024 10:07:38 -0400 Steven Rostedt [off-list ref] wrote:quoted
On Fri, 06 Sep 2024 08:18:02 +0200 Sven Schnelle [off-list ref] wrote:quoted
One thing i learned after submitting the series is that struct ftrace_regs depends on CONFIG_FUNCTION_TRACER, so it cannot be used with the graph tracer.Yeah, this is solved by my series [1]. [1] https://patchwork.kernel.org/project/linux-trace-kernel/patch/172398532480.293426.13232399076477198126.stgit@devnote2/ So I think this series is easier to apply after my series, which passes fgraph_regs in return handler.
Thanks, i'll rebase my changes on top of your patches then. Regards Sven