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 <Zephyr>/subsys/tracing/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:56

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → 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.)