Re: [PATCH] perf trace: Show zero value in STRARRAY
From: Namhyung Kim
Date: Tue Jun 24 2025 - 13:53:29 EST
On Fri, 02 May 2025 13:40:56 -0700, Namhyung Kim wrote:
> The STRARRAY macro is to print values in a pre-defined array. But
> sometimes it hides the value because it's 0. The value of 0 can have a
> meaning in this case so set 'show_zero' field.
>
> For example, it can show CREATE_MAP cmd in the bpf syscall.
>
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung