mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 18:42:25 -04:00
Patch adds initial JSON/events for POWER10. Signed-off-by: Kajol Jain <kjain@linux.ibm.com> Reviewed-by: Paul Clarke <pc@us.ibm.com> Tested-by: Paul Clarke <pc@us.ibm.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> Cc: Athira Jajeev <atrajeev@linux.vnet.ibm.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org Link: http://lore.kernel.org/lkml/20210419112001.71466-1-kjain@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
19 lines
475 B
CSV
19 lines
475 B
CSV
# Format:
|
|
# PVR,Version,JSON/file/pathname,Type
|
|
#
|
|
# where
|
|
# PVR Processor version
|
|
# 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/powerpc/.
|
|
# Type is core, uncore etc
|
|
#
|
|
# Multiple PVRs could map to a single JSON file.
|
|
#
|
|
|
|
# Power8 entries
|
|
004[bcd][[:xdigit:]]{4},1,power8,core
|
|
004e[[:xdigit:]]{4},1,power9,core
|
|
0080[[:xdigit:]]{4},1,power10,core
|