The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_TRACING_BACKEND_POSIX

Enable posix architecture (native) backend

Type: bool

Help

Use posix architecture to output tracing data to file system.

Direct dependencies

TRACING_SYNC && ARCH_POSIX && <choice: Tracing Backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/tracing/Kconfig:150

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:65

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

config TRACING_BACKEND_POSIX
    bool "Enable posix architecture (native) backend"
    depends on TRACING_SYNC && ARCH_POSIX && <choice>
    help
      Use posix architecture to output tracing data to file system.

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