Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yuanhsi Chung and committed by
Jonathan Corbet
7c49ca6b 335bbdf0

+1 -1
+1 -1
Documentation/trace/ftrace.rst
··· 2574 2574 2575 2575 - The cpu number on which the function executed is default 2576 2576 enabled. It is sometimes better to only trace one cpu (see 2577 - tracing_cpu_mask file) or you might sometimes see unordered 2577 + tracing_cpumask file) or you might sometimes see unordered 2578 2578 function calls while cpu tracing switch. 2579 2579 2580 2580 - hide: echo nofuncgraph-cpu > trace_options