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.

Direct dependencies

THREAD_ANALYZER

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/debug/Kconfig:66

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16

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.)