Re: [PATCH v4] perf s390-sample-raw: Cache counter names
From: Namhyung Kim
Date: Mon Nov 03 2025 - 12:54:31 EST
On Fri, 31 Oct 2025 12:42:16 -0700, Ian Rogers wrote:
> Searching all event names is slower now that legacy names are
> included. Add a cache to avoid long iterative searches. Note, the
> cache isn't cleaned up and is as such a memory leak, however, globally
> reachable leaks like this aren't treated as leaks by leak sanitizer.
>
>
Applied to perf-tools-next, thanks!
Best regards,
Namhyung