]> www.infradead.org Git - linux.git/commitdiff
perf arm-spe: Add Neoverse-V2 to common data source encoding list
authorBesar Wicaksono <bwicaksono@nvidia.com>
Thu, 3 Oct 2024 18:53:21 +0000 (19:53 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 14 Oct 2024 19:04:32 +0000 (12:04 -0700)
Add Neoverse-V2 MIDR to the common data source encoding range list.

Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com>
Reviewed-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Leo Yan <leo.yan@linaro.org>
Reviewed-by: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20241003185322.192357-7-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/arm-spe.c

index 485f60c323093ae715238c65f49299337e6311e3..5c34a9ae38629f9fbe78fddc69e63dc50ac5840b 100644 (file)
@@ -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),
        {},
 };