-
CONFIG_THREAD_ANALYZER
¶
Enable Thread analyzer
Type: bool
Help¶
Enable thread analyzer functionality and all the required modules. This module may be used to debug thread configuration issues, e.g. stack size configuration to find stack overflow or to find stacks which may be optimized.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/debug/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options
menuconfig THREAD_ANALYZER bool "Enable Thread analyzer" selectINIT_STACKS
selectTHREAD_MONITOR
selectTHREAD_STACK_INFO
selectTHREAD_RUNTIME_STATS
help Enable thread analyzer functionality and all the required modules. This module may be used to debug thread configuration issues, e.g. stack size configuration to find stack overflow or to find stacks which may be optimized.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)