perf vendor events: Add/update sierraforest events/metrics
authorIan Rogers <irogers@google.com>
Thu, 20 Jun 2024 18:17:43 +0000 (11:17 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 20 Jun 2024 23:56:02 +0000 (16:56 -0700)
commit951bf72acef84efc24a6c38e1303a5f4a57556ef
tree7b4938c97de7d893bc6664cb95de2597d18e4e10
parent5ecf682e618fabe8469719f4f352e3a7ef20b93b
perf vendor events: Add/update sierraforest events/metrics

Update events from v1.02 to v1.04.
Add TMA metrics v4.8.

Bring in the event updates v1.04:
https://github.com/intel/perfmon/commit/0a9546cdf63c8b07f5c33ebf6fe49e6ebec89f86
v1.03:
https://github.com/intel/perfmon/commit/c7dd26ce67ca4477d40fb4b55b6baa0584b3e5d6

The TMA 4.8 information was added in:
https://github.com/intel/perfmon/commit/59194d4d90ca50a3fcb2de0d82b9f6fc0c9a5736

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

New events are:
FP_INST_RETIRED.128B_DP,
FP_INST_RETIRED.128B_SP,
FP_INST_RETIRED.256B_DP,
FP_INST_RETIRED.32B_SP,
FP_INST_RETIRED.64B_DP,
OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HITM,
OCR.DEMAND_DATA_RD.L3_HIT.SNOOP_HIT_WITH_FWD,
OCR.DEMAND_RFO.L3_HIT.SNOOP_HITM,
OCR.STREAMING_WR.ANY_RESPONSE,
UNC_CHA_TOR_INSERTS.IO_ITOMCACHENEAR_LOCAL,
UNC_CHA_TOR_INSERTS.IO_ITOMCACHENEAR_REMOTE,
UNC_CHA_TOR_INSERTS.IO_ITOM_LOCAL,
UNC_CHA_TOR_INSERTS.IO_ITOM_REMOTE,
UNC_CHA_TOR_INSERTS.IO_MISS,
UNC_CHA_TOR_INSERTS.IO_MISS_ITOM,
UNC_CHA_TOR_INSERTS.IO_MISS_ITOMCACHENEAR,
UNC_CHA_TOR_INSERTS.IO_PCIRDCUR_LOCAL,
UNC_CHA_TOR_INSERTS.IO_PCIRDCUR_REMOTE,
UNC_CXLCM_RxC_PACK_BUF_INSERTS.MEM_DATA,
UNC_CXLDP_TxC_AGF_INSERTS.M2S_DATA.

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-30-irogers@google.com
17 files changed:
tools/perf/pmu-events/arch/x86/mapfile.csv
tools/perf/pmu-events/arch/x86/sierraforest/cache.json
tools/perf/pmu-events/arch/x86/sierraforest/counter.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/sierraforest/floating-point.json
tools/perf/pmu-events/arch/x86/sierraforest/frontend.json
tools/perf/pmu-events/arch/x86/sierraforest/memory.json
tools/perf/pmu-events/arch/x86/sierraforest/metricgroups.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/sierraforest/other.json
tools/perf/pmu-events/arch/x86/sierraforest/pipeline.json
tools/perf/pmu-events/arch/x86/sierraforest/srf-metrics.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/sierraforest/uncore-cache.json
tools/perf/pmu-events/arch/x86/sierraforest/uncore-cxl.json
tools/perf/pmu-events/arch/x86/sierraforest/uncore-interconnect.json
tools/perf/pmu-events/arch/x86/sierraforest/uncore-io.json
tools/perf/pmu-events/arch/x86/sierraforest/uncore-memory.json
tools/perf/pmu-events/arch/x86/sierraforest/uncore-power.json
tools/perf/pmu-events/arch/x86/sierraforest/virtual-memory.json