Re: [PATCH v1] perf test type profiling: Remote typedef on struct
From: Arnaldo Carvalho de Melo
Date: Wed Mar 04 2026 - 15:35:51 EST
On Wed, Mar 04, 2026 at 11:44:16AM +0100, Dmitry Dolgov wrote:
> > On Mon, Mar 02, 2026 at 03:58:21PM -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.
>
> Yes, makes sense to me, thanks. As mentioned in the previous message, it
> sounds fishy to me that perf record and perf mem record capture
> different data type -- I'll try to get to the bottom of it (I was sort
> of hoping to finish the cross compilation topic first, but since it's
> not moving that fast, why not do some debugging here).
>
> Reviewed-by: Dmitrii Dolgov <9erthalion6@xxxxxxxxx>
Thanks, applied to perf-tools, for v7.0.
- Arnaldo