Re: [PATCH] perf: ftrace: add graph tracer options args/retval/retval-hex/retaddr
From: Namhyung Kim
Date: Wed Jul 23 2025 - 13:30:54 EST
On Fri, 13 Jun 2025 19:40:47 +0800, Changbin Du wrote:
> This change adds support for new funcgraph tracer options funcgraph-args,
> funcgraph-retval, funcgraph-retval-hex and funcgraph-retaddr.
>
> The new added options are:
> - args : Show function arguments.
> - retval : Show function return value.
> - retval-hex : Show function return value in hexadecimal format.
> - retaddr : Show function return address.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung