Re: [PATCH v1 0/5] perf trace: Tracepoint format error handling and leak fixes

From: Arnaldo Carvalho de Melo

Date: Fri Sep 25 2026 - 09:03:23 EST


On Thu, Sep 17, 2026 at 11:32:44PM -0700, Ian Rogers wrote:
> Running 'perf trace' under address sanitizer turned up a handful of
> problems around the global tracepoint format cache.
<SNIP>
> With these, and with an unrelated libtraceevent fix I will send
> separately to linux-trace-devel, 'perf trace' exits with no leaks
> reported.
>
> Tested on x86_64. Every patch builds individually, and the series also
> builds with NO_LIBTRACEEVENT=1.

Thanks, applied to perf-tools-next, for v7.4.

- Arnaldo