:orphan: .. title:: TRACING_SYNC .. option:: CONFIG_TRACING_SYNC *Synchronous Tracing* Type: ``bool`` Help ==== 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 =============================== - \ :option:`RING_BUFFER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:94`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Method .. parsed-literal:: config TRACING_SYNC bool "Synchronous Tracing" select \ :option:`RING_BUFFER ` depends on \ :ref:` ` help Enable synchronous tracing. This requires the backend to be very low-latency. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*