diff options
author | Xiongwei Song <sxwjean@me.com> | 2018-02-04 11:14:24 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-02-13 22:20:03 +0100 |
commit | d2532e438aecf328e510a6d72fd5bbb49199f6b2 (patch) | |
tree | 164cb2fa5910035926339fec4cdc0eaf45025e70 /Documentation/trace | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-d2532e438aecf328e510a6d72fd5bbb49199f6b2.tar.xz linux-d2532e438aecf328e510a6d72fd5bbb49199f6b2.zip |
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>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |