The source of the event codes and description text was the Neoverse N1 technical reference manual at: http://infocenter.arm.com/help/topic/com.arm.doc.100616_0301_01_en/neoverse_n1_trm_100616_0301_01_en.pdf The Cortex-A76 shares the same event IDs as the Neoverse N1 and they can be viewed at: https://static.docs.arm.com/100798/0400/cortex_a76_trm_100798_0400_00_en.pdf Signed-off-by: James Clark <james.clark@arm.com> Cc: "linux-perf-users@vger.kernel.org" <linux-perf-users@vger.kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jeremy Linton <jeremy.linton@arm.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Suzuki Poulouse <suzuki.poulose@arm.com> Cc: james clark <james.clark@arm.com> Cc: nd <nd@arm.com> Link: http://lore.kernel.org/lkml/20190902160713.1425-2-james.clark@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
824 B
824 B
| 1 | # Format: |
|---|---|
| 2 | # MIDR,Version,JSON/file/pathname,Type |
| 3 | # |
| 4 | # where |
| 5 | # MIDR Processor version |
| 6 | # Variant[23:20] and Revision [3:0] should be zero. |
| 7 | # Version could be used to track version of of JSON file |
| 8 | # but currently unused. |
| 9 | # JSON/file/pathname is the path to JSON file, relative |
| 10 | # to tools/perf/pmu-events/arch/arm64/. |
| 11 | # Type is core, uncore etc |
| 12 | # |
| 13 | # |
| 14 | #Family-model,Version,Filename,EventType |
| 15 | 0x00000000410fd030,v1,arm/cortex-a53,core |
| 16 | 0x00000000420f1000,v1,arm/cortex-a53,core |
| 17 | 0x00000000410fd070,v1,arm/cortex-a57-a72,core |
| 18 | 0x00000000410fd080,v1,arm/cortex-a57-a72,core |
| 19 | 0x00000000410fd0b0,v1,arm/cortex-a76-n1,core |
| 20 | 0x00000000410fd0c0,v1,arm/cortex-a76-n1,core |
| 21 | 0x00000000420f5160,v1,cavium/thunderx2,core |
| 22 | 0x00000000430f0af0,v1,cavium/thunderx2,core |
| 23 | 0x00000000480fd010,v1,hisilicon/hip08,core |
| 24 | 0x00000000500f0000,v1,ampere/emag,core |