]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf vendor events: Add haswell counter information
authorIan Rogers <irogers@google.com>
Thu, 20 Jun 2024 18:17:28 +0000 (11:17 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 20 Jun 2024 23:54:03 +0000 (16:54 -0700)
commitb59307d0ed13cd9abc975bd3e6e583432ba5ecd6
tree67e29f7426563b4fd9646d4249de3f8d212fc379
parent917f63ad758076cb6261bda1d05e98a673947c95
perf vendor events: Add haswell counter information

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-15-irogers@google.com
13 files changed:
tools/perf/pmu-events/arch/x86/haswell/cache.json
tools/perf/pmu-events/arch/x86/haswell/counter.json [new file with mode: 0644]
tools/perf/pmu-events/arch/x86/haswell/floating-point.json
tools/perf/pmu-events/arch/x86/haswell/frontend.json
tools/perf/pmu-events/arch/x86/haswell/hsw-metrics.json
tools/perf/pmu-events/arch/x86/haswell/memory.json
tools/perf/pmu-events/arch/x86/haswell/metricgroups.json
tools/perf/pmu-events/arch/x86/haswell/other.json
tools/perf/pmu-events/arch/x86/haswell/pipeline.json
tools/perf/pmu-events/arch/x86/haswell/uncore-cache.json
tools/perf/pmu-events/arch/x86/haswell/uncore-interconnect.json
tools/perf/pmu-events/arch/x86/haswell/uncore-other.json
tools/perf/pmu-events/arch/x86/haswell/virtual-memory.json