diff options
Diffstat (limited to 'Documentation/kprobes.txt')
| -rw-r--r-- | Documentation/kprobes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 1e7a769a10f9..053037a1fe6d 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt | |||
| @@ -507,9 +507,9 @@ http://www.linuxsymposium.org/2006/linuxsymposium_procv2.pdf (pages 101-115) | |||
| 507 | Appendix A: The kprobes debugfs interface | 507 | Appendix A: The kprobes debugfs interface |
| 508 | 508 | ||
| 509 | With recent kernels (> 2.6.20) the list of registered kprobes is visible | 509 | With recent kernels (> 2.6.20) the list of registered kprobes is visible |
| 510 | under the /debug/kprobes/ directory (assuming debugfs is mounted at /debug). | 510 | under the /sys/kernel/debug/kprobes/ directory (assuming debugfs is mounted at //sys/kernel/debug). |
| 511 | 511 | ||
| 512 | /debug/kprobes/list: Lists all registered probes on the system | 512 | /sys/kernel/debug/kprobes/list: Lists all registered probes on the system |
| 513 | 513 | ||
| 514 | c015d71a k vfs_read+0x0 | 514 | c015d71a k vfs_read+0x0 |
| 515 | c011a316 j do_fork+0x0 | 515 | c011a316 j do_fork+0x0 |
| @@ -525,7 +525,7 @@ virtual addresses that correspond to modules that've been unloaded), | |||
| 525 | such probes are marked with [GONE]. If the probe is temporarily disabled, | 525 | such probes are marked with [GONE]. If the probe is temporarily disabled, |
| 526 | such probes are marked with [DISABLED]. | 526 | such probes are marked with [DISABLED]. |
| 527 | 527 | ||
| 528 | /debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. | 528 | /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. |
| 529 | 529 | ||
| 530 | Provides a knob to globally and forcibly turn registered kprobes ON or OFF. | 530 | Provides a knob to globally and forcibly turn registered kprobes ON or OFF. |
| 531 | By default, all kprobes are enabled. By echoing "0" to this file, all | 531 | By default, all kprobes are enabled. By echoing "0" to this file, all |
