-
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 subsys/debug/Kconfig:286
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:12
Menu path: (Top)
menuconfig THREAD_ANALYZER bool "Enable Thread analyzer" selectINIT_STACKS
selectTHREAD_MONITOR
selectTHREAD_STACK_INFO
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.)