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

CTF backend for the native_posix port, using a file in the host filesystem

Type: bool

Help

Enable POSIX backend for CTF tracing. It will output the CTF stream to a file using fwrite.

Direct dependencies

(TRACING_CTF && BOARD_NATIVE_POSIX) || (TRACING_CTF && ARCH_POSIX)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/posix/native_posix/Kconfig.defconfig:85

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config TRACING_CTF_BOTTOM_POSIX
    bool
    default "y" if TRACING_CTF && BOARD_NATIVE_POSIX
    depends on TRACING_CTF && BOARD_NATIVE_POSIX

At subsys/debug/Kconfig:266

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14

Menu path: (top menu) → Debugging Options

config TRACING_CTF_BOTTOM_POSIX
    bool
    prompt "CTF backend for the native_posix port, using a file in the host filesystem" if TRACING_CTF && ARCH_POSIX
    depends on TRACING_CTF && ARCH_POSIX
    help
      Enable POSIX backend for CTF tracing. It will output the CTF stream to a
      file using fwrite.

(Definitions include propagated dependencies, including from if’s and menus.)