1 What: /sys/bus/event_source/devices/hv_gpci/format
3 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
4 Description: Read-only. Attribute group to describe the magic bits
5 that go into perf_event_attr.config for a particular pmu.
6 (See ABI/testing/sysfs-bus-event_source-devices-format).
8 Each attribute under this group defines a bit range of the
9 perf_event_attr.config. All supported attributes are listed
12 counter_info_version = "config:16-23"
13 length = "config:24-31"
14 partition_id = "config:32-63"
15 request = "config:0-31"
16 sibling_part_id = "config:32-63"
17 hw_chip_id = "config:32-63"
18 offset = "config:32-63"
19 phys_processor_idx = "config:32-63"
20 secondary_index = "config:0-15"
21 starting_index = "config:32-63"
25 processor_core_utilization_instructions_completed = "request=0x94,
26 phys_processor_idx=?,counter_info_version=0x8,
29 In this event, '?' after phys_processor_idx specifies this value
30 this value will be provided by user while running this event.
32 What: /sys/bus/event_source/devices/hv_gpci/interface/collect_privileged
34 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
36 '0' if the hypervisor is configured to forbid access to event
37 counters being accumulated by other guests and to physical
38 domain event counters.
40 '1' if that access is allowed.
42 What: /sys/bus/event_source/devices/hv_gpci/interface/ga
44 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
46 0 or 1. Indicates whether we have access to "GA" events (listed
47 in arch/powerpc/perf/hv-gpci.h).
49 What: /sys/bus/event_source/devices/hv_gpci/interface/expanded
51 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
53 0 or 1. Indicates whether we have access to "EXPANDED" events (listed
54 in arch/powerpc/perf/hv-gpci.h).
56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab
58 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
60 0 or 1. Indicates whether we have access to "LAB" events (listed
61 in arch/powerpc/perf/hv-gpci.h).
63 What: /sys/bus/event_source/devices/hv_gpci/interface/version
65 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
67 A number indicating the version of the gpci interface that the
68 hypervisor reports supporting.
70 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version
72 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
74 A number indicating the latest version of the gpci interface
75 that the kernel is aware of.
77 What: /sys/devices/hv_gpci/cpumask
79 Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
80 Description: read only
81 This sysfs file exposes the cpumask which is designated to make
82 HCALLs to retrieve hv-gpci pmu event counter data.