From: Yuanhsi Chung Date: Sat, 4 Nov 2023 10:33:30 +0000 (+0800) Subject: Documentation: Fix filename typo in ftrace doc X-Git-Tag: v6.8-rc1~79^2~47 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7c49ca6b021380f7be67ec9896392ff316a8ac71;p=linux-block.git 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 Signed-off-by: Jonathan Corbet Message-ID: <20231104103329.215139-1-freshliver.cys@gmail.com> --- 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