-
CONFIG_THREAD_ANALYZER_AUTO
¶
Run periodic thread analysis in a thread
Type: bool
Help¶
Run the thread analyzer automatically, without the need to add
any code to the application.
Thread analysis would be called periodically.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/debug/Kconfig:61
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer
config THREAD_ANALYZER_AUTO
bool "Run periodic thread analysis in a thread"
depends on THREAD_ANALYZER
help
Run the thread analyzer automatically, without the need to add
any code to the application.
Thread analysis would be called periodically.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)