From 9ed330d39ee9e589d6a54e6b020ae1e14b7eca8b Mon Sep 17 00:00:00 2001 From: Wang Long Date: Wed, 4 Feb 2015 09:43:58 +0000 Subject: 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 Acked-by: Masami Hiramatsu Signed-off-by: Jonathan Corbet --- Documentation/kprobes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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. -- cgit v1.2.3-59-g8ed1b