summaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
authorXiongwei Song <sxwjean@me.com>2018-02-04 18:14:24 +0800
committerJonathan Corbet <corbet@lwn.net>2018-02-13 14:20:03 -0700
commitd2532e438aecf328e510a6d72fd5bbb49199f6b2 (patch)
tree164cb2fa5910035926339fec4cdc0eaf45025e70 /Documentation/trace
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
downloadop-kernel-dev-d2532e438aecf328e510a6d72fd5bbb49199f6b2.zip
op-kernel-dev-d2532e438aecf328e510a6d72fd5bbb49199f6b2.tar.gz
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt
index 2cc08d4..1d48666 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.
OpenPOWER on IntegriCloud