[SRU][N:gke][PATCH 081/106] perf arm-spe: Add Neoverse-V2 to common data source encoding list
Tim Whisonant
tim.whisonant at canonical.com
Mon Jul 21 16:22:04 UTC 2025
From: Besar Wicaksono <bwicaksono at nvidia.com>
BugLink: https://bugs.launchpad.net/bugs/2117098
Add Neoverse-V2 MIDR to the common data source encoding range list.
Signed-off-by: Besar Wicaksono <bwicaksono at nvidia.com>
Reviewed-by: Leo Yan <leo.yan at arm.com>
Reviewed-by: Leo Yan <leo.yan at linaro.org>
Reviewed-by: James Clark <james.clark at linaro.org>
Link: https://lore.kernel.org/r/20241003185322.192357-7-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung at kernel.org>
(cherry picked from commit 041c0e5715a65a1b653283b853b4ca973780607a)
Signed-off-by: Tim Whisonant <tim.whisonant at canonical.com>
---
tools/perf/util/arm-spe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/util/arm-spe.c b/tools/perf/util/arm-spe.c
index 7859afb482cf8..6f1611f9263d8 100644
--- a/tools/perf/util/arm-spe.c
+++ b/tools/perf/util/arm-spe.c
@@ -431,6 +431,7 @@ static const struct midr_range common_ds_encoding_cpus[] = {
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_N1),
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_N2),
MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V1),
+ MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V2),
{},
};
--
2.43.0
More information about the kernel-team
mailing list