mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
HX-C2000 is a new CPU made by HEXIN Technologies Co., Ltd. And a new PVN 0x0066 has been applied from the OpenPower Community for this CPU. Here is a patch to make perf tool run in the CPU. Reviewed-by: Madhavan Srinivasan <maddy@linux.ibm.com> Signed-off-by: JiaLong.Yang <jialong.yang@shingroup.cn> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: shenghui.qu@shingroup.cn Cc: Zhao Ke <ke.zhao@shingroup.cn> Cc: zhijie.ren@shingroup.cn Link: https://lore.kernel.org/r/20231221060242.4532-1-jialong.yang@shingroup.cn Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
496 B
496 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 |