Re: [PATCH] perf tools: Skip BPF sideband event for userspace profiling

From: Namhyung Kim
Date: Mon Mar 03 2025 - 12:21:35 EST


On Wed, 26 Feb 2025 12:30:39 -0800, Namhyung Kim wrote:
> The BPF sideband information is tracked using a separate thread and
> evlist. But it's only useful for profiling kernel and we can skip it
> when users profile their application only.
>
> It seems it already fails to open the sideband event in that case.
> Let's remove the noise in the verbose output anyway.
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung