:orphan: .. title:: CONFIG_TRACING_BACKEND_POSIX .. kconfig:: CONFIG_TRACING_BACKEND_POSIX CONFIG_TRACING_BACKEND_POSIX ############################ *Enable posix architecture (native) backend* Type: ``bool`` Help ==== .. code-block:: none Use posix architecture to output tracing data to file system. Direct dependencies =================== \ :kconfig:`TRACING_SYNC ` && \ :kconfig:`ARCH_POSIX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/tracing/Kconfig:150`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend .. code-block:: kconfig config TRACING_BACKEND_POSIX bool "Enable posix architecture (native) backend" depends on TRACING_SYNC && ARCH_POSIX && help Use posix architecture to output tracing data to file system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*