Re: [PATCH 4/4] perf vendor events: Add the Neoverse V1 to arm64 mapfile
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-05 17:58:28
Also in:
linux-arm-kernel, lkml
From: Arnaldo Carvalho de Melo <acme@kernel.org>
Date: 2021-10-05 17:58:28
Also in:
linux-arm-kernel, lkml
Em Tue, Oct 05, 2021 at 10:33:49AM +0100, John Garry escreveu:
On 04/10/2021 17:00, Andrew Kilroy wrote:quoted
This is so that performance counters for the Neoverse V1 appear categorised upon running 'perf list' on the CPU.this really belongs with the previous patch
Waiting for a resolution on this one. - Arnaldo
Thanks, Johnquoted
Signed-off-by: Andrew Kilroy <redacted> --- tools/perf/pmu-events/arch/arm64/mapfile.csv | 1 + 1 file changed, 1 insertion(+)diff --git a/tools/perf/pmu-events/arch/arm64/mapfile.csv b/tools/perf/pmu-events/arch/arm64/mapfile.csv index c43591d831b8..31d8b57ca9bb 100644 --- a/tools/perf/pmu-events/arch/arm64/mapfile.csv +++ b/tools/perf/pmu-events/arch/arm64/mapfile.csv@@ -18,6 +18,7 @@ 0x00000000410fd080,v1,arm/cortex-a57-a72,core 0x00000000410fd0b0,v1,arm/cortex-a76-n1,core 0x00000000410fd0c0,v1,arm/cortex-a76-n1,core +0x00000000410fd400,v1,arm/neoverse-v1,core 0x00000000420f5160,v1,cavium/thunderx2,core 0x00000000430f0af0,v1,cavium/thunderx2,core 0x00000000460f0010,v1,fujitsu/a64fx,core
-- - Arnaldo