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

Configure Feed

Select the types of activity you want to include in your feed.

Documentation/trace: Fix links to other documents

Link to another document does not require 'file:'. Removing it fixes
links in generated html docs.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260111223643.174812-2-pvorel@suse.cz>

authored by

Petr Vorel and committed by
Jonathan Corbet
a02857e7 829656c3

+2 -2
+1 -1
Documentation/trace/fprobe.rst
··· 79 79 80 80 Same as ftrace, the registered callbacks will start being called some time 81 81 after the register_fprobe() is called and before it returns. See 82 - :file:`Documentation/trace/ftrace.rst`. 82 + Documentation/trace/ftrace.rst. 83 83 84 84 Also, the unregister_fprobe() will guarantee that both enter and exit 85 85 handlers are no longer being called by functions after unregister_fprobe()
+1 -1
Documentation/trace/ftrace-uses.rst
··· 253 253 The @buf can also be a glob expression to enable all functions that 254 254 match a specific pattern. 255 255 256 - See Filter Commands in :file:`Documentation/trace/ftrace.rst`. 256 + See Filter Commands in Documentation/trace/ftrace.rst. 257 257 258 258 To just trace the schedule function: 259 259