:orphan: .. title:: CONFIG_TRACING_SYNC .. kconfig:: CONFIG_TRACING_SYNC CONFIG_TRACING_SYNC ################### *Synchronous Tracing* Type: ``bool`` Help ==== .. code-block:: none Enable synchronous tracing. This requires the backend to be very low-latency. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`RING_BUFFER ` Kconfig definition ================== At ``/tracing/Kconfig:83`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Method .. code-block:: kconfig config TRACING_SYNC bool "Synchronous Tracing" select RING_BUFFER depends on help Enable synchronous tracing. This requires the backend to be very low-latency. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*