Skip to content

Commit 556da13

Browse files
jic23willdeacon
authored andcommitted
Documentation: qcom-pmu: Use /sys/bus/event_source/devices paths
To allow setting an appropriate parent for the struct pmu device remove existing references to /sys/devices/ path. Signed-off-by: Jonathan Cameron <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 50650e5 commit 556da13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/admin-guide/perf/qcom_l2_pmu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is one logical L2 PMU exposed, which aggregates the results from
1010
the physical PMUs.
1111

1212
The driver provides a description of its available events and configuration
13-
options in sysfs, see /sys/devices/l2cache_0.
13+
options in sysfs, see /sys/bus/event_source/devices/l2cache_0.
1414

1515
The "format" directory describes the format of the events.
1616

Documentation/admin-guide/perf/qcom_l3_pmu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PMU with device name l3cache_<socket>_<instance>. User space is responsible
99
for aggregating across slices.
1010

1111
The driver provides a description of its available events and configuration
12-
options in sysfs, see /sys/devices/l3cache*. Given that these are uncore PMUs
12+
options in sysfs, see /sys/bus/event_source/devices/l3cache*. Given that these are uncore PMUs
1313
the driver also exposes a "cpumask" sysfs attribute which contains a mask
1414
consisting of one CPU per socket which will be used to handle all the PMU
1515
events on that socket.

0 commit comments

Comments
 (0)