diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-04-12 19:10:35 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2024-04-19 17:59:29 +0300 |
commit | 867ba6d204f1c35c5d615c9b9c62f51a699220fa (patch) | |
tree | 1bb640daccaae40c5a54ec342c4a2c7a003cd22f | |
parent | 3a1bb75ebc1b8965c7f7dbb86584143feda8e83b (diff) | |
download | linux-867ba6d204f1c35c5d615c9b9c62f51a699220fa.tar.xz |
Documentation: xgene-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 <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20240412161057.14099-9-Jonathan.Cameron@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
-rw-r--r-- | Documentation/admin-guide/perf/xgene-pmu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/perf/xgene-pmu.rst b/Documentation/admin-guide/perf/xgene-pmu.rst index 644f8ed89152..98ccb8e777c4 100644 --- a/Documentation/admin-guide/perf/xgene-pmu.rst +++ b/Documentation/admin-guide/perf/xgene-pmu.rst @@ -13,7 +13,7 @@ PMU (perf) driver The xgene-pmu driver registers several perf PMU drivers. Each of the perf driver provides description of its available events and configuration options -in sysfs, see /sys/devices/<l3cX/iobX/mcbX/mcX>/. +in sysfs, see /sys/bus/event_source/devices/<l3cX/iobX/mcbX/mcX>/. The "format" directory describes format of the config (event ID), config1 (agent ID) fields of the perf_event_attr structure. The "events" |