Re: [PATCH v6 0/8] perf/amd: Zen4 IBS extensions support (tool changes)

From: Arnaldo Carvalho de Melo
Date: Fri Jun 24 2022 - 12:19:48 EST


Em Mon, Jun 06, 2022 at 04:46:57PM -0700, Namhyung Kim escreveu:
> On Fri, Jun 3, 2022 at 9:46 PM Ravi Bangoria <ravi.bangoria@xxxxxxx> wrote:
> > Ravi Bangoria (8):
> > perf record ibs: Warn about sampling period skew
> > perf tool: Parse pmu caps sysfs only once
> > perf headers: Pass "cpu" pmu name while printing caps
> > perf headers: Store pmu caps in an array of strings
> > perf headers: Record non-cpu pmu capabilities
> > perf/x86/ibs: Add new IBS register bits into header
> > perf tool ibs: Sync amd ibs header file
> > perf script ibs: Support new IBS bits in raw trace dump

> Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks, applied the series to perf/core, except for "[PATCH v6 6/8]
perf/x86/ibs: Add new IBS register bits into header", that is outside
tools/.

- Arnaldo