Documentation: add description for FTRACE probe status
authorWang Long <long.wanglong@huawei.com>
Wed, 4 Feb 2015 09:43:58 +0000 (09:43 +0000)
committerJonathan Corbet <corbet@lwn.net>
Wed, 4 Feb 2015 21:05:44 +0000 (16:05 -0500)
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>
Documentation/kprobes.txt

index 4227ec2e3ab21c13dd6e07342e264e257005a2a0..1488b6525eb68dbf8310bc1eeb7946fe815ad919 100644 (file)
@@ -702,7 +702,8 @@ a virtual address that is no longer valid (module init sections, module
 virtual addresses that correspond to modules that've been unloaded),
 such probes are marked with [GONE]. If the probe is temporarily disabled,
 such probes are marked with [DISABLED]. If the probe is optimized, it is
-marked with [OPTIMIZED].
+marked with [OPTIMIZED]. If the probe is ftrace-based, it is marked with
+[FTRACE].
 
 /sys/kernel/debug/kprobes/enabled: Turn kprobes ON/OFF forcibly.