CONFIG_TRACING_SYNC¶
Synchronous Tracing
Type: bool
Help¶
Enable synchronous tracing. This requires the backend to be
very low-latency.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:83
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Method
config TRACING_SYNC
    bool "Synchronous Tracing"
    select RING_BUFFER
    depends on <choice>
    help
      Enable synchronous tracing. This requires the backend to be
      very low-latency.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)