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

Tracing via Common Trace Format support

Type: bool

Help

Enable tracing to a Common Trace Format stream.

Direct dependencies

<choice: Tracing Format>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At subsys/tracing/Kconfig:40

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

Menu path: (Top) → Enabling Tracing → Tracing Format

config TRACING_CTF
    bool "Tracing via Common Trace Format support"
    select TRACING_CORE
    depends on <choice: Tracing Format>
    help
      Enable tracing to a Common Trace Format stream.

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