CONFIG_TRACING_CTF¶
Tracing via Common Trace Format support
Type: bool
Help¶
Enable tracing to a Common Trace Format stream.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:50
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
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>
    help
      Enable tracing to a Common Trace Format stream.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)