linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Documentation/perf: Fix typo in dsu_pmu sysfs path
@ 2025-12-08 19:46 Samuel Wu
  0 siblings, 0 replies; only message in thread
From: Samuel Wu @ 2025-12-08 19:46 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Samuel Wu, kernel-team, linux-doc, linux-kernel

Correct a typo in the documented sysfs path for the ARM DynamIQ Shared
Unit (DSU) PMU. The `event_sources` directory name was singularized to
`event_source` to match the name defined in `kernel/events/core.c`.

Signed-off-by: Samuel Wu <wusamuel@google.com>
---
 Documentation/admin-guide/perf/arm_dsu_pmu.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/perf/arm_dsu_pmu.rst b/Documentation/admin-guide/perf/arm_dsu_pmu.rst
index 7fd34db75d13..ac43343d4882 100644
--- a/Documentation/admin-guide/perf/arm_dsu_pmu.rst
+++ b/Documentation/admin-guide/perf/arm_dsu_pmu.rst
@@ -16,7 +16,7 @@ registers. There is no way for the driver to determine if the other events
 are available or not. Hence the driver exposes only those events advertised
 by the DSU, in "events" directory under::
 
-  /sys/bus/event_sources/devices/arm_dsu_<N>/
+  /sys/bus/event_source/devices/arm_dsu_<N>/
 
 The user should refer to the TRM of the product to figure out the supported events
 and use the raw event code for the unlisted events.
-- 
2.52.0.223.gf5cc29aaa4-goog


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-08 19:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 19:46 [PATCH v1] Documentation/perf: Fix typo in dsu_pmu sysfs path Samuel Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).