1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| # Format:
| # MIDR,Version,JSON/file/pathname,Type
| #
| # where
| # MIDR Processor version
| # Variant[23:20] and Revision [3:0] should be zero.
| # Version could be used to track version of of JSON file
| # but currently unused.
| # JSON/file/pathname is the path to JSON file, relative
| # to tools/perf/pmu-events/arch/arm64/.
| # Type is core, uncore etc
| #
| #
| #Family-model,Version,Filename,EventType
| 0x00000000410fd030,v1,arm/cortex-a53,core
| 0x00000000420f1000,v1,arm/cortex-a53,core
| 0x00000000410fd070,v1,arm/cortex-a57-a72,core
| 0x00000000410fd080,v1,arm/cortex-a57-a72,core
| 0x00000000410fd0b0,v1,arm/cortex-a76-n1,core
| 0x00000000410fd0c0,v1,arm/cortex-a76-n1,core
| 0x00000000420f5160,v1,cavium/thunderx2,core
| 0x00000000430f0af0,v1,cavium/thunderx2,core
| 0x00000000480fd010,v1,hisilicon/hip08,core
| 0x00000000500f0000,v1,ampere/emag,core
|
|