]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
doc: fix old config name of kprobetrace
authorLiu Bo <liub.liubo@gmail.com>
Thu, 27 Sep 2012 03:50:41 +0000 (11:50 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 27 Sep 2012 10:11:29 +0000 (12:11 +0200)
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>
Documentation/trace/kprobetrace.txt

index d0d0bb9e3e25653ce46189a046f622d207c0dbc9..d68ea5fc812b0fdffc11085a3966c39d8b6f58e8 100644 (file)
@@ -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