[PATCH v1 3/3] perf arm-spe: Add Neoverse-V2 to neoverse list

Besar Wicaksono posted 3 patches 1 year, 11 months ago
[PATCH v1 3/3] perf arm-spe: Add Neoverse-V2 to neoverse list
Posted by Besar Wicaksono 1 year, 11 months ago
Add Neoverse-V2 MIDR to neoverse_spe range list.

Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.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 afbd5869f6bf..936d2222e6d7 100644
--- a/tools/perf/util/arm-spe.c
+++ b/tools/perf/util/arm-spe.c
@@ -413,6 +413,7 @@ static const struct midr_range neoverse_spe[] = {
 	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.17.1
Re: [PATCH v1 3/3] perf arm-spe: Add Neoverse-V2 to neoverse list
Posted by Leo Yan 1 year, 11 months ago
On Tue, Jan 09, 2024 at 01:23:10PM -0600, Besar Wicaksono wrote:
> Add Neoverse-V2 MIDR to neoverse_spe range list.
> 
> Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com>

This patch series looks good to me:

Reviewed-by: Leo Yan <leo.yan@linaro.org>