Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_STACK_TRACER
:
CONFIG_HAVE_FUNCTION_TRACER
This special tracer records the maximum stack footprint of the kernel and displays it in /sys/kernel/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. If this is configured with DYNAMIC_FTRACE then it will not have any overhead while the stack tracer is disabled.
To enable the stack tracer on bootup, pass in 'stacktrace' on the kernel command line.
The stack tracer can also be enabled or disabled via the sysctl kernel.stack_tracer_enabled
Say N if unsure.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab