File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Kernel Probes (Kprobes)
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
=========================================
@@ -710,11 +711,6 @@ Kretprobes Example
710
711
711
712
See samples/kprobes/kretprobe_example.c
712
713
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
-
718
714
Deprecated Features
719
715
===================
720
716
@@ -797,3 +793,11 @@ Note that this knob *changes* the optimized state. This means that optimized
797
793
probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be
798
794
removed). If the knob is turned on, they will be optimized again.
799
795
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
+
You can’t perform that action at this time.
0 commit comments