Re: [PATCH v1 13/37] perf vendor events: Update grandridge events and add counter information

From: Ian Rogers
Date: Thu Jun 20 2024 - 14:15:55 EST


On Tue, Jun 18, 2024 at 6:45 AM Liang, Kan <kan.liang@xxxxxxxxxxxxxxx> wrote:
>
>
> On 2024-06-14 7:01 p.m., Ian Rogers wrote:
> > Update events from v1.01 to v1.02.
>
> The subject has a typo. It should be "perf vendor events: Update
> graniterapids events and add counter information", not grandridge.

Thanks, will fix in v2.

Ian

> Thanks,
> Kan
>
> >
> > Bring in the event updates v1.02:
> > https://github.com/intel/perfmon/commit/0ff9f681bd07d0e84026c52f4941d21b1cd4c171
> >
> > Add counter information. The most recent RFC patch set using this
> > information:
> > https://lore.kernel.org/lkml/20240412210756.309828-1-weilin.wang@xxxxxxxxx/
> >
> > There are over 1000 new events.
> >
> > Co-authored-by: Weilin Wang <weilin.wang@xxxxxxxxx>
> > Co-authored-by: Caleb Biggers <caleb.biggers@xxxxxxxxx>
> > Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx>
> > ---
> > .../arch/x86/graniterapids/cache.json | 825 ++++
> > .../arch/x86/graniterapids/counter.json | 77 +
> > .../x86/graniterapids/floating-point.json | 242 ++
> > .../arch/x86/graniterapids/frontend.json | 469 ++-
> > .../arch/x86/graniterapids/memory.json | 175 +-
> > .../arch/x86/graniterapids/other.json | 150 +-
> > .../arch/x86/graniterapids/pipeline.json | 1009 ++++-
> > .../arch/x86/graniterapids/uncore-cache.json | 3674 +++++++++++++++++
> > .../arch/x86/graniterapids/uncore-cxl.json | 31 +
> > .../graniterapids/uncore-interconnect.json | 1849 +++++++++
> > .../arch/x86/graniterapids/uncore-io.json | 1901 +++++++++
> > .../arch/x86/graniterapids/uncore-memory.json | 449 ++
> > .../arch/x86/graniterapids/uncore-power.json | 11 +
> > .../x86/graniterapids/virtual-memory.json | 159 +
> > tools/perf/pmu-events/arch/x86/mapfile.csv | 2 +-
> > 15 files changed, 10975 insertions(+), 48 deletions(-)
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/counter.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/floating-point.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-cache.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-cxl.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-interconnect.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-io.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-memory.json
> > create mode 100644 tools/perf/pmu-events/arch/x86/graniterapids/uncore-power.json