The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_THREAD_ANALYZER_USE_PRINTK

Use printk function

Type: bool

Help

Use kernel printk function to print thread information.

Direct dependencies

<choice: Thread analysis print mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/debug/Kconfig:41

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Thread analysis print mode

config THREAD_ANALYZER_USE_PRINTK
    bool "Use printk function"
    depends on <choice: Thread analysis print mode>
    help
      Use kernel printk function to print thread information.

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