perf vendor events: Add snowridgex counter information
authorIan Rogers <irogers@google.com>
Thu, 20 Jun 2024 18:17:47 +0000 (11:17 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 20 Jun 2024 23:56:30 +0000 (16:56 -0700)
commit7c79eb5cc226f29cbe6e419c85a9a7010504d0f6
treebd476b12909225dc89f3d3dae7c81cc6b708ce6b
parent4c10b96f490efc6926b915a9611c5e1b28ac99ea
perf vendor events: Add snowridgex counter information

Update/remove events as per v1.23:
https://github.com/intel/perfmon/commit/9debd874e1b2b0cca42b9ba2342cacaaace2f0ce

Add counter information necessary for optimizing event grouping the
perf tool.

The most recent RFC patch set using this information:
https://lore.kernel.org/lkml/20240412210756.309828-1-weilin.wang@intel.com/

The information was added in:
https://github.com/intel/perfmon/commit/475892a9690cb048949e593fe39cee65cd4765e1
and later patches.

Co-authored-by: Weilin Wang <weilin.wang@intel.com>
Co-authored-by: Caleb Biggers <caleb.biggers@intel.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240620181752.3945845-34-irogers@google.com
14 files changed:
tools/perf/pmu-events/arch/x86/mapfile.csv
tools/perf/pmu-events/arch/x86/snowridgex/cache.json
tools/perf/pmu-events/arch/x86/snowridgex/counter.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/snowridgex/floating-point.json
tools/perf/pmu-events/arch/x86/snowridgex/frontend.json
tools/perf/pmu-events/arch/x86/snowridgex/memory.json
tools/perf/pmu-events/arch/x86/snowridgex/other.json
tools/perf/pmu-events/arch/x86/snowridgex/pipeline.json
tools/perf/pmu-events/arch/x86/snowridgex/uncore-cache.json
tools/perf/pmu-events/arch/x86/snowridgex/uncore-interconnect.json
tools/perf/pmu-events/arch/x86/snowridgex/uncore-io.json
tools/perf/pmu-events/arch/x86/snowridgex/uncore-memory.json
tools/perf/pmu-events/arch/x86/snowridgex/uncore-power.json
tools/perf/pmu-events/arch/x86/snowridgex/virtual-memory.json