]> git.ipfire.org Git - thirdparty/linux.git/commit
perf vendor events amd: Add Zen 6 core events
authorSandipan Das <sandipan.das@amd.com>
Thu, 8 Jan 2026 07:52:14 +0000 (13:22 +0530)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 14 Jan 2026 20:22:50 +0000 (17:22 -0300)
commit2f42fb0661d9a979800a506b6a91dc3a7d1fb162
tree88b0a67291b9f215f4331a5ea39d1ae3fb6104dd
parent2c3cd43d27c1148fae05b50870f970ab24464fd5
perf vendor events amd: Add Zen 6 core events

Add core events taken from Section 1.5 "Core Performance Monitor
Counters" of the Performance Monitor Counters for AMD Family 1Ah Model
50h-57h Processors document available at the link below.

This constitutes events which capture information on op dispatch,
execution and retirement, branch prediction, L1 and L2 cache activity,
TLB activity, etc.

Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Sandipan Das <sandipan.das@amd.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ananth Narayan <ananth.narayan@amd.com>
Cc: Caleb Biggers <caleb.biggers@intel.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: James Clark <james.clark@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Bangoria <ravi.bangoria@amd.com>
Cc: Stephane Eranian <eranian@google.com>
Link: https://bugzilla.kernel.org/attachment.cgi?id=309149
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/pmu-events/arch/x86/amdzen6/branch-prediction.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/decode.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/execution.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/floating-point.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/inst-cache.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/l2-cache.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/amdzen6/load-store.json [new file with mode: 0644]