Commit 71240f94 authored by Donglin Peng's avatar Donglin Peng Committed by Jonathan Corbet

docs: ftrace: fix a issue with duplicated subtitle number

The subtitle "5.3 Clearing filters" and "5.3 Subsystem filters" has
the same index number, let's fix it.

Fixes: 95b69608 ("tracing/filters: add filter Documentation")
Signed-off-by: default avatarDonglin Peng <dolinux.peng@gmail.com>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20221209025119.1371570-1-dolinux.peng@gmail.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 8b0a211d
......@@ -258,7 +258,7 @@ file.
To clear the filters for all events in a subsystem, write a '0' to the
subsystem's filter file.
5.3 Subsystem filters
5.4 Subsystem filters
---------------------
For convenience, filters for every event in a subsystem can be set or
......@@ -305,7 +305,7 @@ their old filters)::
# cat sched_wakeup/filter
common_pid == 0
5.4 PID filtering
5.5 PID filtering
-----------------
The set_event_pid file in the same directory as the top events directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment