projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7928b2c
)
tracing: Fix incorrect file name
author
Xiongwei Song
<sxwjean@me.com>
Sun, 4 Feb 2018 10:14:24 +0000
(18:14 +0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 13 Feb 2018 21:20:03 +0000
(14:20 -0700)
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>
Documentation/trace/events.txt
patch
|
blob
|
history
diff --git
a/Documentation/trace/events.txt
b/Documentation/trace/events.txt
index 2cc08d4a326e120cab3c87b60f8cf67934604fd9..1d486660b40fae907ba4da63d4f8332a1cbc4b4f 100644
(file)
--- 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/enable
d
+# echo 1 > events/enable
Will only trace events for the current task.