Commit 7c49ca6b authored by Yuanhsi Chung's avatar Yuanhsi Chung Committed by Jonathan Corbet

Documentation: Fix filename typo in ftrace doc

The filename for setting the cpumask should be `tracing_cpumask`,
instead of `tracing_cpu_mask`.
Signed-off-by: default avatarYuanhsi Chung <freshliver.cys@gmail.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20231104103329.215139-1-freshliver.cys@gmail.com>
parent 335bbdf0
...@@ -2574,7 +2574,7 @@ want, depending on your needs. ...@@ -2574,7 +2574,7 @@ want, depending on your needs.
- The cpu number on which the function executed is default - The cpu number on which the function executed is default
enabled. It is sometimes better to only trace one cpu (see enabled. It is sometimes better to only trace one cpu (see
tracing_cpu_mask file) or you might sometimes see unordered tracing_cpumask file) or you might sometimes see unordered
function calls while cpu tracing switch. function calls while cpu tracing switch.
- hide: echo nofuncgraph-cpu > trace_options - hide: echo nofuncgraph-cpu > trace_options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment