The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_TRACING

Enabling Tracing

Type: bool

Help

Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well.

Defaults

No defaults. Implicitly defaults to n.

Symbols implied by this symbol

Kconfig definition

At subsys/tracing/Kconfig:8

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

Menu path: (Top)

config TRACING
    bool "Enabling Tracing"
    imply THREAD_NAME
    imply THREAD_STACK_INFO
    imply THREAD_MONITOR
    help
      Enable system tracing. This requires a backend such as SEGGER
      Systemview to be enabled as well.

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