docs: ftrace: always use canonical ftrace path
authorRoss Zwisler <zwisler@chromium.org>
Wed, 25 Jan 2023 21:32:51 +0000 (14:32 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 31 Jan 2023 21:02:30 +0000 (14:02 -0700)
commit2abfcd293b79baf62895894fa3ea2386ffbe6338
treeb74867f24b7c6d6b6909856063d6c184a29195e0
parentb05ada5615f844c3fdcf5e2a0fa35a4bc1a394f2
docs: ftrace: always use canonical ftrace path

The canonical location for the tracefs filesystem is at /sys/kernel/tracing.

But, from Documentation/trace/ftrace.rst:

  Before 4.1, all ftrace tracing control files were within the debugfs
  file system, which is typically located at /sys/kernel/debug/tracing.
  For backward compatibility, when mounting the debugfs file system,
  the tracefs file system will be automatically mounted at:

  /sys/kernel/debug/tracing

Many parts of Documentation still reference this older debugfs path, so
let's update them to avoid confusion.

Signed-off-by: Ross Zwisler <zwisler@google.com>
Reviewed-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20230125213251.2013791-1-zwisler@google.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
22 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/admin-guide/kernel-per-CPU-kthreads.rst
Documentation/admin-guide/pm/intel_pstate.rst
Documentation/core-api/workqueue.rst
Documentation/hid/intel-ish-hid.rst
Documentation/networking/device_drivers/ethernet/mellanox/mlx5.rst
Documentation/sound/hd-audio/notes.rst
Documentation/trace/events-msr.rst
Documentation/trace/events-nmi.rst
Documentation/trace/events.rst
Documentation/trace/ftrace.rst
Documentation/trace/histogram-design.rst
Documentation/trace/histogram.rst
Documentation/trace/kprobetrace.rst
Documentation/trace/mmiotrace.rst
Documentation/trace/postprocess/trace-pagealloc-postprocess.pl
Documentation/trace/postprocess/trace-vmscan-postprocess.pl
Documentation/trace/tracepoint-analysis.rst
Documentation/trace/uprobetracer.rst
Documentation/trace/user_events.rst
Documentation/translations/zh_CN/core-api/workqueue.rst
Documentation/x86/resctrl.rst