diff options
| author | Besar Wicaksono <bwicaksono@nvidia.com> | 2025-12-19 23:13:25 +0000 |
|---|---|---|
| committer | Namhyung Kim <namhyung@kernel.org> | 2025-12-23 10:15:50 -0800 |
| commit | d852b838eb05f52c07963db2ea1ab943b45ee022 (patch) | |
| tree | c097b4e9646c85fdcf8397d33a18d0f2565b8df7 /tools/perf | |
| parent | d5e4c710b54a8a6b527ca21eab258f49170e756d (diff) | |
perf arm-spe: Add NVIDIA Olympus to neoverse list
Add NVIDIA Olympus MIDR to neoverse_spe range list.
Signed-off-by: Besar Wicaksono <bwicaksono@nvidia.com>
Reviewed-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/perf')
| -rw-r--r-- | tools/perf/util/arm-spe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/arm-spe.c b/tools/perf/util/arm-spe.c index dc19e72258f3..70dd9bee47c7 100644 --- a/tools/perf/util/arm-spe.c +++ b/tools/perf/util/arm-spe.c @@ -587,6 +587,7 @@ static const struct midr_range common_ds_encoding_cpus[] = { MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V1), MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V2), MIDR_ALL_VERSIONS(MIDR_NEOVERSE_V3), + MIDR_ALL_VERSIONS(MIDR_NVIDIA_OLYMPUS), {}, }; |
