Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc: Update contact info in Documentation files

Cody's email address has changed. Update the contact information for
the 24x7 and GPCI counters to the PowerPC developers mailing list.

Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

sukadev@linux.vnet.ibm.com and committed by
Michael Ellerman
dfdac393 56f12bee

+9 -9
+3 -3
Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
··· 1 1 What: /sys/bus/event_source/devices/hv_24x7/interface/catalog 2 2 Date: February 2014 3 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 3 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 4 4 Description: 5 5 Provides access to the binary "24x7 catalog" provided by the 6 6 hypervisor on POWER7 and 8 systems. This catalog lists events ··· 10 10 11 11 What: /sys/bus/event_source/devices/hv_24x7/interface/catalog_length 12 12 Date: February 2014 13 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 13 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 14 14 Description: 15 15 A number equal to the length in bytes of the catalog. This is 16 16 also extractable from the provided binary "catalog" sysfs entry. 17 17 18 18 What: /sys/bus/event_source/devices/hv_24x7/interface/catalog_version 19 19 Date: February 2014 20 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 20 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 21 21 Description: 22 22 Exposes the "version" field of the 24x7 catalog. This is also 23 23 extractable from the provided binary "catalog" sysfs entry.
+6 -6
Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_gpci
··· 1 1 What: /sys/bus/event_source/devices/hv_gpci/interface/collect_privileged 2 2 Date: February 2014 3 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 3 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 4 4 Description: 5 5 '0' if the hypervisor is configured to forbid access to event 6 6 counters being accumulated by other guests and to physical ··· 9 9 10 10 What: /sys/bus/event_source/devices/hv_gpci/interface/ga 11 11 Date: February 2014 12 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 12 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 13 13 Description: 14 14 0 or 1. Indicates whether we have access to "GA" events (listed 15 15 in arch/powerpc/perf/hv-gpci.h). 16 16 17 17 What: /sys/bus/event_source/devices/hv_gpci/interface/expanded 18 18 Date: February 2014 19 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 19 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 20 20 Description: 21 21 0 or 1. Indicates whether we have access to "EXPANDED" events (listed 22 22 in arch/powerpc/perf/hv-gpci.h). 23 23 24 24 What: /sys/bus/event_source/devices/hv_gpci/interface/lab 25 25 Date: February 2014 26 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 26 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 27 27 Description: 28 28 0 or 1. Indicates whether we have access to "LAB" events (listed 29 29 in arch/powerpc/perf/hv-gpci.h). 30 30 31 31 What: /sys/bus/event_source/devices/hv_gpci/interface/version 32 32 Date: February 2014 33 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 33 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 34 34 Description: 35 35 A number indicating the version of the gpci interface that the 36 36 hypervisor reports supporting. 37 37 38 38 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version 39 39 Date: February 2014 40 - Contact: Cody P Schafer <cody@linux.vnet.ibm.com> 40 + Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org> 41 41 Description: 42 42 A number indicating the latest version of the gpci interface 43 43 that the kernel is aware of.