diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2018-07-26 21:43:36 +0900 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-07-26 15:48:10 -0600 |
commit | 1fee4f77523a3e5a44fa33c9aa76de8c6c42a632 (patch) | |
tree | 09dd3218a381160c5199fdfd6aff62a0720c8ac1 /kernel/trace/Kconfig | |
parent | fe3136f441411c2aeb4ffe29ef44b1a87c116775 (diff) | |
download | linux-1fee4f77523a3e5a44fa33c9aa76de8c6c42a632.tar.bz2 |
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/Kconfig | 2 |
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. |