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:16

Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options

menuconfig THREAD_ANALYZER
    bool "Enable Thread analyzer"
    select INIT_STACKS
    select THREAD_MONITOR
    select THREAD_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.)