mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 06:04:23 +08:00
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: Yuanhsi Chung <freshliver.cys@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20231104103329.215139-1-freshliver.cys@gmail.com>
This commit is contained in:
parent
335bbdf01d
commit
7c49ca6b02
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user