File: sysfs-bus-event_source-devices-vpa-pmu

package info (click to toggle)
linux 6.17.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,734,348 kB
  • sloc: ansic: 26,679,111; asm: 271,215; sh: 147,319; python: 75,916; makefile: 57,295; perl: 36,942; xml: 19,562; cpp: 5,899; yacc: 4,909; lex: 2,943; awk: 1,556; sed: 29; ruby: 25
file content (25 lines) | stat: -rw-r--r-- 1,250 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
What:           /sys/bus/event_source/devices/vpa_pmu/format
Date:           November 2024
Contact:        Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
Description:    Read-only. Attribute group to describe the magic bits
                that go into perf_event_attr.config for a particular pmu.
                (See ABI/testing/sysfs-bus-event_source-devices-format).

                Each attribute under this group defines a bit range of the
                perf_event_attr.config. Supported attribute are listed
                below::

                  event = "config:0-31" - event ID

                For example::

                  l1_to_l2_lat = "event=0x1"

What:           /sys/bus/event_source/devices/vpa_pmu/events
Date:           November 2024
Contact:        Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
Description:    Read-only. Attribute group to describe performance monitoring
                events for the Virtual Processor Area events. Each attribute
                in this group describes a single performance monitoring event
                supported by vpa_pmu. The name of the file is the name of
                the event (See ABI/testing/sysfs-bus-event_source-devices-events).