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

Tracing via Common Trace Format support

Type: bool

Help

Enable tracing to a Common Trace Format stream. In order to use it a CTF bottom layer should be selected, such as TRACING_CTF_BOTTOM_POSIX.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/debug/Kconfig:258

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14

Menu path: (top menu) → Debugging Options

config TRACING_CTF
    bool
    prompt "Tracing via Common Trace Format support"
    select THREAD_MONITOR
    select TRACING
    help
      Enable tracing to a Common Trace Format stream. In order to use it a
      CTF bottom layer should be selected, such as TRACING_CTF_BOTTOM_POSIX.

(Definitions include propagated dependencies, including from if’s and menus.)