Skip to content

Commit 0c75f12

Browse files
rnavJonathan Corbet
authored andcommitted
docs: staging/kprobes.rst: Move references to a separate appendix
Kprobes references are currently listed right after kretprobes example, and appears to be part of the same section. Move this out to a separate appendix for clarity. Signed-off-by: Naveen N. Rao <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Link: https://lore.kernel.org/r/2bba61cd60eec87fbcca3e4343b7f95afa1178cd.1595331824.git.naveen.n.rao@linux.vnet.ibm.com Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 6e652f8 commit 0c75f12

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Documentation/staging/kprobes.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Kernel Probes (Kprobes)
2020
10. Deprecated Features
2121
Appendix A: The kprobes debugfs interface
2222
Appendix B: The kprobes sysctl interface
23+
Appendix C: References
2324
2425
Concepts: Kprobes and Return Probes
2526
=========================================
@@ -710,11 +711,6 @@ Kretprobes Example
710711

711712
See samples/kprobes/kretprobe_example.c
712713

713-
For additional information on Kprobes, refer to the following URLs:
714-
715-
- https://www.ibm.com/developerworks/library/l-kprobes/index.html
716-
- https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf
717-
718714
Deprecated Features
719715
===================
720716

@@ -797,3 +793,11 @@ Note that this knob *changes* the optimized state. This means that optimized
797793
probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be
798794
removed). If the knob is turned on, they will be optimized again.
799795

796+
References
797+
==========
798+
799+
For additional information on Kprobes, refer to the following URLs:
800+
801+
- https://www.ibm.com/developerworks/library/l-kprobes/index.html
802+
- https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf
803+

0 commit comments

Comments
 (0)