Commit d2532e43 authored by Xiongwei Song's avatar Xiongwei Song Committed by Jonathan Corbet

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: default avatarXiongwei Song <sxwjean@me.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 7928b2cb
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment