1
0
Fork 0

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 <sxwjean@me.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.1
Xiongwei Song 2018-02-04 18:14:24 +08:00 committed by Jonathan Corbet
parent 7928b2cbe5
commit d2532e438a
1 changed files with 1 additions and 1 deletions

View File

@ -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.