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 Subsystem>/debug/Kconfig:61
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)