[PATCH v3 6/7] perf arm-spe: Add Neoverse-V2 to common data source encoding list

From: Leo Yan
Date: Thu Oct 03 2024 - 14:55:00 EST


From: Besar Wicaksono <bwicaksono@xxxxxxxxxx>

Add Neoverse-V2 MIDR to the common data source encoding range list.

Signed-off-by: Besar Wicaksono <bwicaksono@xxxxxxxxxx>
Reviewed-by: Leo Yan <leo.yan@xxxxxxx>
---
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 485f60c32309..5c34a9ae3862 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.34.1