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