Skip to content

Commit

Permalink
docs: staging/kprobes.rst: Move references to a separate appendix
Browse files Browse the repository at this point in the history
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 <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Link: https://lore.kernel.org/r/2bba61cd60eec87fbcca3e4343b7f95afa1178cd.1595331824.git.naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Naveen N. Rao authored and Jonathan Corbet committed Jul 23, 2020
1 parent 6e652f8 commit 0c75f12
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Documentation/staging/kprobes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Kernel Probes (Kprobes)
10. Deprecated Features
Appendix A: The kprobes debugfs interface
Appendix B: The kprobes sysctl interface
Appendix C: References
Concepts: Kprobes and Return Probes
=========================================
Expand Down Expand Up @@ -710,11 +711,6 @@ Kretprobes Example

See samples/kprobes/kretprobe_example.c

For additional information on Kprobes, refer to the following URLs:

- https://www.ibm.com/developerworks/library/l-kprobes/index.html
- https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf

Deprecated Features
===================

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

References
==========

For additional information on Kprobes, refer to the following URLs:

- https://www.ibm.com/developerworks/library/l-kprobes/index.html
- https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf

0 comments on commit 0c75f12

Please sign in to comment.