CONFIG_THREAD_MONITOR

Thread monitoring

Type: bool

Help

This option instructs the kernel to maintain a list of all threads
(excluding those that have not yet started or have already
terminated).

Defaults

No defaults. Implicitly defaults to n.

Symbols that imply this symbol

Kconfig definition

At <Zephyr>/kernel/Kconfig:327

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:30

Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics

config THREAD_MONITOR
    bool "Thread monitoring"
    help
      This option instructs the kernel to maintain a list of all threads
      (excluding those that have not yet started or have already
      terminated).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)