CONFIG_TRACING_SYNC

Synchronous Tracing

Type: bool

Help

Enable synchronous tracing. This requires the backend to be very low-latency.

Direct dependencies

<choice: Tracing Method>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:93

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

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Method

config TRACING_SYNC
    bool "Synchronous Tracing"
    select RING_BUFFER
    depends on <choice: Tracing Method>
    help
      Enable synchronous tracing. This requires the backend to be
      very low-latency.

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