diff options
author | Xiongwei Song <sxwjean@me.com> | 2018-02-04 13:14:24 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-02-14 00:20:03 +0300 |
commit | d2532e438aecf328e510a6d72fd5bbb49199f6b2 (patch) | |
tree | 164cb2fa5910035926339fec4cdc0eaf45025e70 /Documentation/trace | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-d2532e438aecf328e510a6d72fd5bbb49199f6b2.tar.xz |
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. |