aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/Kconfig
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2018-07-26 21:43:36 +0900
committerJonathan Corbet <corbet@lwn.net>2018-07-26 15:48:10 -0600
commit1fee4f77523a3e5a44fa33c9aa76de8c6c42a632 (patch)
tree09dd3218a381160c5199fdfd6aff62a0720c8ac1 /kernel/trace/Kconfig
parentmm: Introduce new type vm_fault_t (diff)
downloadlinux-dev-1fee4f77523a3e5a44fa33c9aa76de8c6c42a632.tar.xz
linux-dev-1fee4f77523a3e5a44fa33c9aa76de8c6c42a632.zip
doc: tracing: Fix a typo of trace_stat
The name of the directory for per-cpu function statistics is trace_stat, not trace_stats. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r--kernel/trace/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 2bd4a9181a0f..9a27f146fa1c 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -521,7 +521,7 @@ config FUNCTION_PROFILER
in debugfs called function_profile_enabled which defaults to zero.
When a 1 is echoed into this file profiling begins, and when a
zero is entered, profiling stops. A "functions" file is created in
- the trace_stats directory; this file shows the list of functions that
+ the trace_stat directory; this file shows the list of functions that
have been hit and their counters.
If in doubt, say N.