Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 95b696088c1c ("tracing/filters: add filter Documentation")
Signed-off-by: Donglin Peng <dolinux.peng@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/20221209025119.1371570-1-dolinux.peng@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Donglin Peng and committed by
Jonathan Corbet
71240f94 8b0a211d

+2 -2
+2 -2
Documentation/trace/events.rst
··· 258 258 To clear the filters for all events in a subsystem, write a '0' to the 259 259 subsystem's filter file. 260 260 261 - 5.3 Subsystem filters 261 + 5.4 Subsystem filters 262 262 --------------------- 263 263 264 264 For convenience, filters for every event in a subsystem can be set or ··· 305 305 # cat sched_wakeup/filter 306 306 common_pid == 0 307 307 308 - 5.4 PID filtering 308 + 5.5 PID filtering 309 309 ----------------- 310 310 311 311 The set_event_pid file in the same directory as the top events directory