Re: [PATCH v1] perf test type profiling: Remote typedef on struct
From: Arnaldo Carvalho de Melo
Date: Wed Mar 04 2026 - 17:18:08 EST
On Wed, Mar 04, 2026 at 01:48:53PM -0800, Namhyung Kim wrote:
> On Mon, 02 Mar 2026 15:58:21 -0800, Ian Rogers wrote:
> > The typedef creates an issue where the struct or the typedef may
> > appear in the output and cause the "perf data type profiling tests" to
> > fail. Let's remove the typedef to keep the test passing.
> >
> >
> Applied to perf-tools-next, thanks!
I applied this to perf-tools as well, for now just at tmp.perf-tools
tho.
- Arnaldo