hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/Documentation/ABI/testing/sysfs-hypervisor-xen
....@@ -15,14 +15,17 @@
1515 Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com>
1616 Description: If running under Xen:
1717 Describes mode that Xen's performance-monitoring unit (PMU)
18
- uses. Accepted values are
19
- "off" -- PMU is disabled
20
- "self" -- The guest can profile itself
21
- "hv" -- The guest can profile itself and, if it is
18
+ uses. Accepted values are:
19
+
20
+ ====== ============================================
21
+ "off" PMU is disabled
22
+ "self" The guest can profile itself
23
+ "hv" The guest can profile itself and, if it is
2224 privileged (e.g. dom0), the hypervisor
23
- "all" -- The guest can profile itself, the hypervisor
25
+ "all" The guest can profile itself, the hypervisor
2426 and all other guests. Only available to
2527 privileged guests.
28
+ ====== ============================================
2629
2730 What: /sys/hypervisor/pmu/pmu_features
2831 Date: August 2015