mirror of
https://github.com/torvalds/linux.git
synced 2026-04-30 04:22:32 -04:00
Add support for Power8 PVR 004b0201 for tuleta and 0x004d0200 for firestone. Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> CC: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> Link: http://lkml.kernel.org/n/tip-wr6rf3d3vvggy8180ftt2ro1@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
22 lines
536 B
CSV
22 lines
536 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
|
|
004b0000,1,power8.json,core
|
|
004b0201,1,power8.json,core
|
|
004c0000,1,power8.json,core
|
|
004d0000,1,power8.json,core
|
|
004d0100,1,power8.json,core
|
|
004d0200,1,power8.json,core
|