From: Xiongwei Song Date: Sun, 4 Feb 2018 10:14:24 +0000 (+0800) Subject: tracing: Fix incorrect file name X-Git-Tag: v4.17-rc1~149^2~73 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d2532e438aecf328e510a6d72fd5bbb49199f6b2;p=uclinux-h8%2Flinux.git tracing: Fix incorrect file name There is no file named 'enabled' in the directory tracing/events. It should be the file 'enable'. Signed-off-by: Xiongwei Song Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt index 2cc08d4a326e..1d486660b40f 100644 --- a/Documentation/trace/events.txt +++ b/Documentation/trace/events.txt @@ -294,7 +294,7 @@ PID listed in the set_event_pid file. # cd /sys/kernel/debug/tracing # echo $$ > set_event_pid -# echo 1 > events/enabled +# echo 1 > events/enable Will only trace events for the current task.