提交 4519d9e5 编写于 作者: I Ingo Molnar

tracing/stacktrace: improve help text

Improve the help text that is displayed for CONFIG_STACK_TRACER.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 07d18904
...@@ -141,8 +141,17 @@ config STACK_TRACER ...@@ -141,8 +141,17 @@ config STACK_TRACER
select FTRACE select FTRACE
select STACKTRACE select STACKTRACE
help help
This tracer records the max stack of the kernel, and displays This special tracer records the maximum stack footprint of the
it in debugfs/tracing/stack_trace kernel and displays it in debugfs/tracing/stack_trace.
This tracer works by hooking into every function call that the
kernel executes, and keeping a maximum stack depth value and
stack-trace saved. Because this logic has to execute in every
kernel function, all the time, this option can slow down the
kernel measurably and is generally intended for kernel
developers only.
Say N if unsure.
config DYNAMIC_FTRACE config DYNAMIC_FTRACE
bool "enable/disable ftrace tracepoints dynamically" bool "enable/disable ftrace tracepoints dynamically"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册