@@ -34,7 +34,7 @@ strongly-ordered (SO) PCIE write traffic to local/remote memory. Please see
34
34
traffic coverage.
35
35
36
36
The events and configuration options of this PMU device are described in sysfs,
37
- see /sys/bus/event_sources /devices/nvidia_scf_pmu_<socket-id>.
37
+ see /sys/bus/event_source /devices/nvidia_scf_pmu_<socket-id>.
38
38
39
39
Example usage:
40
40
@@ -66,7 +66,7 @@ Please see :ref:`NVIDIA_Uncore_PMU_Traffic_Coverage_Section` for more info about
66
66
the PMU traffic coverage.
67
67
68
68
The events and configuration options of this PMU device are described in sysfs,
69
- see /sys/bus/event_sources /devices/nvidia_nvlink_c2c0_pmu_<socket-id>.
69
+ see /sys/bus/event_source /devices/nvidia_nvlink_c2c0_pmu_<socket-id>.
70
70
71
71
Example usage:
72
72
@@ -96,7 +96,7 @@ Please see :ref:`NVIDIA_Uncore_PMU_Traffic_Coverage_Section` for more info about
96
96
the PMU traffic coverage.
97
97
98
98
The events and configuration options of this PMU device are described in sysfs,
99
- see /sys/bus/event_sources /devices/nvidia_nvlink_c2c1_pmu_<socket-id>.
99
+ see /sys/bus/event_source /devices/nvidia_nvlink_c2c1_pmu_<socket-id>.
100
100
101
101
Example usage:
102
102
@@ -125,13 +125,13 @@ to local memory. For PCIE traffic, this PMU captures read and relaxed ordered
125
125
for more info about the PMU traffic coverage.
126
126
127
127
The events and configuration options of this PMU device are described in sysfs,
128
- see /sys/bus/event_sources /devices/nvidia_cnvlink_pmu_<socket-id>.
128
+ see /sys/bus/event_source /devices/nvidia_cnvlink_pmu_<socket-id>.
129
129
130
130
Each SoC socket can be connected to one or more sockets via CNVLink. The user can
131
131
use "rem_socket" bitmap parameter to select the remote socket(s) to monitor.
132
132
Each bit represents the socket number, e.g. "rem_socket=0xE" corresponds to
133
133
socket 1 to 3.
134
- /sys/bus/event_sources /devices/nvidia_cnvlink_pmu_<socket-id>/format/rem_socket
134
+ /sys/bus/event_source /devices/nvidia_cnvlink_pmu_<socket-id>/format/rem_socket
135
135
shows the valid bits that can be set in the "rem_socket" parameter.
136
136
137
137
The PMU can not distinguish the remote traffic initiator, therefore it does not
@@ -165,12 +165,12 @@ local/remote memory. Please see :ref:`NVIDIA_Uncore_PMU_Traffic_Coverage_Section
165
165
for more info about the PMU traffic coverage.
166
166
167
167
The events and configuration options of this PMU device are described in sysfs,
168
- see /sys/bus/event_sources /devices/nvidia_pcie_pmu_<socket-id>.
168
+ see /sys/bus/event_source /devices/nvidia_pcie_pmu_<socket-id>.
169
169
170
170
Each SoC socket can support multiple root ports. The user can use
171
171
"root_port" bitmap parameter to select the port(s) to monitor, i.e.
172
172
"root_port=0xF" corresponds to root port 0 to 3.
173
- /sys/bus/event_sources /devices/nvidia_pcie_pmu_<socket-id>/format/root_port
173
+ /sys/bus/event_source /devices/nvidia_pcie_pmu_<socket-id>/format/root_port
174
174
shows the valid bits that can be set in the "root_port" parameter.
175
175
176
176
Example usage:
0 commit comments