Skip to content

Commit 5f7cd0d

Browse files
bwicaksononvwilldeacon
authored andcommitted
perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc
Fix typos to the sysfs path referenced by NVIDIA uncore pmu kernel doc. Signed-off-by: Besar Wicaksono <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent ac4c529 commit 5f7cd0d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/admin-guide/perf/nvidia-pmu.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ strongly-ordered (SO) PCIE write traffic to local/remote memory. Please see
3434
traffic coverage.
3535

3636
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>.
3838

3939
Example usage:
4040

@@ -66,7 +66,7 @@ Please see :ref:`NVIDIA_Uncore_PMU_Traffic_Coverage_Section` for more info about
6666
the PMU traffic coverage.
6767

6868
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>.
7070

7171
Example usage:
7272

@@ -96,7 +96,7 @@ Please see :ref:`NVIDIA_Uncore_PMU_Traffic_Coverage_Section` for more info about
9696
the PMU traffic coverage.
9797

9898
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>.
100100

101101
Example usage:
102102

@@ -125,13 +125,13 @@ to local memory. For PCIE traffic, this PMU captures read and relaxed ordered
125125
for more info about the PMU traffic coverage.
126126

127127
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>.
129129

130130
Each SoC socket can be connected to one or more sockets via CNVLink. The user can
131131
use "rem_socket" bitmap parameter to select the remote socket(s) to monitor.
132132
Each bit represents the socket number, e.g. "rem_socket=0xE" corresponds to
133133
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
135135
shows the valid bits that can be set in the "rem_socket" parameter.
136136

137137
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
165165
for more info about the PMU traffic coverage.
166166

167167
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>.
169169

170170
Each SoC socket can support multiple root ports. The user can use
171171
"root_port" bitmap parameter to select the port(s) to monitor, i.e.
172172
"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
174174
shows the valid bits that can be set in the "root_port" parameter.
175175

176176
Example usage:

0 commit comments

Comments
 (0)