linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] perf vendor events: Add the cpuid for Alderlake-N
@ 2022-11-18  7:56 zhengjun.xing
  2022-11-18  7:56 ` [PATCH 2/5] perf vendor events intel: Add core event list " zhengjun.xing
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: zhengjun.xing @ 2022-11-18  7:56 UTC (permalink / raw)
  To: acme, peterz, mingo, alexander.shishkin, jolsa, namhyung
  Cc: linux-kernel, linux-perf-users, irogers, ak, kan.liang,
	zhengjun.xing

From: Zhengjun Xing <zhengjun.xing@linux.intel.com>

Alderlake-N only has E-core, it has been moved to non-hybrid code path on
the kernel side, add the cpuid for Alderlake-N separately. Both events for
Alderlake and Alderlake-N are based on JSON file v1.16.

Signed-off-by: Zhengjun Xing <zhengjun.xing@linux.intel.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
---
 tools/perf/pmu-events/arch/x86/mapfile.csv | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tools/perf/pmu-events/arch/x86/mapfile.csv b/tools/perf/pmu-events/arch/x86/mapfile.csv
index 5e609b876790..df47462a125f 100644
--- a/tools/perf/pmu-events/arch/x86/mapfile.csv
+++ b/tools/perf/pmu-events/arch/x86/mapfile.csv
@@ -1,5 +1,6 @@
 Family-model,Version,Filename,EventType
-GenuineIntel-6-(97|9A|B7|BA|BE|BF),v1.15,alderlake,core
+GenuineIntel-6-(97|9A|B7|BA|BF),v1.16,alderlake,core
+GenuineIntel-6-BE,v1.16,alderlaken,core
 GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core
 GenuineIntel-6-(3D|47),v26,broadwell,core
 GenuineIntel-6-56,v23,broadwellde,core
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-21  2:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18  7:56 [PATCH 1/5] perf vendor events: Add the cpuid for Alderlake-N zhengjun.xing
2022-11-18  7:56 ` [PATCH 2/5] perf vendor events intel: Add core event list " zhengjun.xing
2022-11-19  1:01   ` Ian Rogers
2022-11-21  2:59     ` Xing Zhengjun
2022-11-18  7:57 ` [PATCH 3/5] perf vendor events intel: Add uncore " zhengjun.xing
2022-11-18  7:57 ` [PATCH 4/5] perf vendor events intel: Add metrics " zhengjun.xing
2022-11-19  1:11 ` [PATCH 1/5] perf vendor events: Add the cpuid " Ian Rogers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).