diff options
author | Xiongwei Song | 2018-02-04 18:14:24 +0800 |
---|---|---|
committer | Jonathan Corbet | 2018-02-13 14:20:03 -0700 |
commit | d2532e438aecf328e510a6d72fd5bbb49199f6b2 (patch) | |
tree | 164cb2fa5910035926339fec4cdc0eaf45025e70 /Documentation | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) |
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')
-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. |