Skip to content

Commit 90b4a1a

Browse files
jic23willdeacon
authored andcommitted
Documentation: thunderx2-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 89e34f8 commit 90b4a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The thunderx2_pmu driver registers per-socket perf PMUs for the DMC and
2222
L3C devices. Each PMU can be used to count up to 4 (DMC/L3C) or up to 8
2323
(CCPI2) events simultaneously. The PMUs provide a description of their
2424
available events and configuration options under sysfs, see
25-
/sys/devices/uncore_<l3c_S/dmc_S/ccpi2_S/>; S is the socket id.
25+
/sys/bus/event_source/devices/uncore_<l3c_S/dmc_S/ccpi2_S/>; S is the socket id.
2626

2727
The driver does not support sampling, therefore "perf record" will not
2828
work. Per-task perf sessions are also not supported.

0 commit comments

Comments
 (0)