533 B
533 B
| 1 | # Format: |
|---|---|
| 2 | # PVR,Version,JSON/file/pathname,Type |
| 3 | # |
| 4 | # where |
| 5 | # PVR Processor version |
| 6 | # Version could be used to track version of JSON file |
| 7 | # but currently unused. |
| 8 | # JSON/file/pathname is the path to JSON file, relative |
| 9 | # to tools/perf/pmu-events/arch/powerpc/. |
| 10 | # Type is core, uncore etc |
| 11 | # |
| 12 | # Multiple PVRs could map to a single JSON file. |
| 13 | # |
| 14 | 0x004[bcd][[:xdigit:]]{4},1,power8,core |
| 15 | 0x0066[[:xdigit:]]{4},1,power8,core |
| 16 | 0x004e[[:xdigit:]]{4},1,power9,core |
| 17 | 0x0080[[:xdigit:]]{4},1,power10,core |
| 18 | 0x0082[[:xdigit:]]{4},1,power10,core |