:orphan: .. title:: THREAD_MONITOR .. option:: CONFIG_THREAD_MONITOR *Thread monitoring [EXPERIMENTAL]* 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 select this symbol =============================== - \ :option:`THREAD_ANALYZER ` - \ :option:`OPENOCD_SUPPORT ` - \ :option:`SEGGER_SYSTEMVIEW ` Symbols that imply this symbol ============================== - \ :option:`KERNEL_SHELL ` - \ :option:`TRACING ` Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:334`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics .. parsed-literal:: config THREAD_MONITOR bool "Thread monitoring [EXPERIMENTAL]" 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.)*