diff options
author | Wang Long <long.wanglong@huawei.com> | 2015-02-04 04:43:58 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-02-04 16:05:44 -0500 |
commit | 9ed330d39ee9e589d6a54e6b020ae1e14b7eca8b (patch) | |
tree | 1ab44410151d3a985f6a077bd9e3af78edd3aa21 | |
parent | 202799be447b69fb5090fb58fdd83e41a6c40b25 (diff) |
Documentation: add description for FTRACE probe status
Now kprobe status have four flags, so kprobes.txt
should reflect all of them.
Signed-off-by: Wang Long <long.wanglong@huawei.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kprobes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 4227ec2e3ab2..1488b6525eb6 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt | |||
@@ -702,7 +702,8 @@ a virtual address that is no longer valid (module init sections, module | |||
702 | virtual addresses that correspond to modules that've been unloaded), | 702 | virtual addresses that correspond to modules that've been unloaded), |
703 | such probes are marked with [GONE]. If the probe is temporarily disabled, | 703 | such probes are marked with [GONE]. If the probe is temporarily disabled, |
704 | such probes are marked with [DISABLED]. If the probe is optimized, it is | 704 | such probes are marked with [DISABLED]. If the probe is optimized, it is |
705 | marked with [OPTIMIZED]. | 705 | marked with [OPTIMIZED]. If the probe is ftrace-based, it is marked with |
706 | [FTRACE]. | ||
706 | 707 | ||
707 | /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. | 708 | /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly. |
708 | 709 | ||