From: zhengjun.xing@linux.intel.com
To: acme@kernel.org, peterz@infradead.org, mingo@redhat.com,
alexander.shishkin@intel.com, jolsa@kernel.org,
namhyung@kernel.org
Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
irogers@google.com, ak@linux.intel.com,
kan.liang@linux.intel.com, zhengjun.xing@linux.intel.com
Subject: [PATCH v2 4/5] perf vendor events: Add the cpuid for Alderlake-N
Date: Mon, 21 Nov 2022 16:20:57 +0800 [thread overview]
Message-ID: <20221121082058.64578-4-zhengjun.xing@linux.intel.com> (raw)
In-Reply-To: <20221121082058.64578-1-zhengjun.xing@linux.intel.com>
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.
Signed-off-by: Zhengjun Xing <zhengjun.xing@linux.intel.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
---
Change log:
v2:
* Regenerate the mapfile with the new converter scripts.
(https://github.com/intel/perfmon/pull/32 and add the ADL-N fix)
* Change to the end of the ADL-N patch series
* Only update the version for ADL-N
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..78af105ca236 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.15,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
next prev parent reply other threads:[~2022-11-21 8:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 8:20 [PATCH v2 1/5] perf vendor events intel: Add core event list for Alderlake-N zhengjun.xing
2022-11-21 8:20 ` [PATCH v2 2/5] perf vendor events intel: Add uncore " zhengjun.xing
2022-11-21 8:20 ` [PATCH v2 3/5] perf vendor events intel: Add metrics " zhengjun.xing
2022-11-21 8:20 ` zhengjun.xing [this message]
2022-11-21 21:17 ` [PATCH v2 1/5] perf vendor events intel: Add core event list " Ian Rogers
2022-11-22 7:48 ` Xing Zhengjun
2022-11-23 13:37 ` Arnaldo Carvalho de Melo
2022-11-23 13:39 ` Arnaldo Carvalho de Melo
2022-11-23 23:33 ` Ian Rogers
2022-11-24 2:18 ` Xing Zhengjun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221121082058.64578-4-zhengjun.xing@linux.intel.com \
--to=zhengjun.xing@linux.intel.com \
--cc=acme@kernel.org \
--cc=ak@linux.intel.com \
--cc=alexander.shishkin@intel.com \
--cc=irogers@google.com \
--cc=jolsa@kernel.org \
--cc=kan.liang@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).