Re: [PATCH v14 00/32] perf tools: Add evsel to perf_sample

From: Arnaldo Carvalho de Melo

Date: Thu May 21 2026 - 09:16:45 EST


On Wed, May 20, 2026 at 03:32:18PM -0700, Ian Rogers wrote:
> On Wed, May 20, 2026 at 2:51 PM Arnaldo Carvalho de Melo
> <acme@xxxxxxxxxx> wrote:
> >
> >
> > Everything is at
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git tmp.perf-tools-next
> >
> > I also rebased my perf.data validation (that has some extra fixes, because... Sashiko):
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git perf-data-validation
> >
> > I think I addressed some of your review comments, if bored, take a look,
> > I'll submit as soon as I get what is in tmp.perf-tools-next moved to
> > perf-tools-next which I plan/hope to do later today, after the container
> > build tests finish.
>
> I'll look at the perf-data-validation branch. Would it be okay to post
> the patches to LKML so that we can get the Sashiko review on them?

I did it, and having passed thru sashiko locally dozens of times it
ended up being rather clean :-)

I'm addressing some of the valid concerns raised now and will send a v2.

- Arnaldo