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

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 <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>

authored by

Naveen N. Rao and committed by
Jonathan Corbet
0c75f127 6e652f88

+9 -5
+9 -5
Documentation/staging/kprobes.rst
··· 20 20 10. Deprecated Features 21 21 Appendix A: The kprobes debugfs interface 22 22 Appendix B: The kprobes sysctl interface 23 + Appendix C: References 23 24 24 25 Concepts: Kprobes and Return Probes 25 26 ========================================= ··· 711 710 712 711 See samples/kprobes/kretprobe_example.c 713 712 714 - For additional information on Kprobes, refer to the following URLs: 715 - 716 - - https://www.ibm.com/developerworks/library/l-kprobes/index.html 717 - - https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf 718 - 719 713 Deprecated Features 720 714 =================== 721 715 ··· 792 796 Note that this knob *changes* the optimized state. This means that optimized 793 797 probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be 794 798 removed). If the knob is turned on, they will be optimized again. 799 + 800 + References 801 + ========== 802 + 803 + For additional information on Kprobes, refer to the following URLs: 804 + 805 + - https://www.ibm.com/developerworks/library/l-kprobes/index.html 806 + - https://www.kernel.org/doc/ols/2006/ols2006v2-pages-109-124.pdf 795 807