The latest development version of this page may be more current than this released 2.1.0 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:263

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:12

Menu path: (Top) → Debugging Options

config TRACING_CTF
    bool "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.

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