diff options
author | Liu Bo <liub.liubo@gmail.com> | 2012-09-27 07:50:41 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-27 14:11:29 +0400 |
commit | 9c33c512b2d3167a3580659942ee78437b1b1bc6 (patch) | |
tree | 3a4b94b0b648a3aa4d1a8d9d95ea255340332635 /Documentation/trace | |
parent | 7dfd8cc536dc4984ee92d9a8863ea705b955bc37 (diff) | |
download | linux-9c33c512b2d3167a3580659942ee78437b1b1bc6.tar.xz |
doc: fix old config name of kprobetrace
KPROBE_TRACING has been replaced by KPROBE_EVENT.
Signed-off-by: Liu Bo <liub.liubo@gmail.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobetrace.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt index d0d0bb9e3e25..d68ea5fc812b 100644 --- a/Documentation/trace/kprobetrace.txt +++ b/Documentation/trace/kprobetrace.txt @@ -12,7 +12,7 @@ kprobes can probe (this means, all functions body except for __kprobes functions). Unlike the Tracepoint based event, this can be added and removed dynamically, on the fly. -To enable this feature, build your kernel with CONFIG_KPROBE_TRACING=y. +To enable this feature, build your kernel with CONFIG_KPROBE_EVENT=y. Similar to the events tracer, this doesn't need to be activated via current_tracer. Instead of that, add probe points via |