diff options
author | Yuanhsi Chung <freshliver.cys@gmail.com> | 2023-11-04 11:33:30 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-11-17 17:07:02 +0100 |
commit | 7c49ca6b021380f7be67ec9896392ff316a8ac71 (patch) | |
tree | dcda0a6058abb7c3804d49aa9b1d982c27778fbf /Documentation/trace | |
parent | docs/zh_TW: replace my email address (diff) | |
download | linux-7c49ca6b021380f7be67ec9896392ff316a8ac71.tar.xz linux-7c49ca6b021380f7be67ec9896392ff316a8ac71.zip |
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>
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/ftrace.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index 23572f6697c0..9ef362dae9df 100644 --- a/Documentation/trace/ftrace.rst +++ b/Documentation/trace/ftrace.rst @@ -2574,7 +2574,7 @@ want, depending on your needs. - The cpu number on which the function executed is default 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. - hide: echo nofuncgraph-cpu > trace_options |