:orphan: .. title:: CONFIG_THREAD_MONITOR .. kconfig:: CONFIG_THREAD_MONITOR CONFIG_THREAD_MONITOR ##################### *Thread monitoring* Type: ``bool`` Help ==== .. code-block:: none 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 select this symbol =============================== - \ :kconfig:`THREAD_ANALYZER ` - \ :kconfig:`DEBUG_THREAD_INFO ` - \ :kconfig:`PERCEPIO_TRACERECORDER ` - \ :kconfig:`SEGGER_SYSTEMVIEW ` Symbols that imply this symbol ============================== - \ :kconfig:`KERNEL_SHELL ` - \ :kconfig:`TRACING ` Kconfig definition ================== At ``/Kconfig:339`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. code-block:: kconfig 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.)*