-
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¶
- “y” if
TRACING_CTF
&&BOARD_NATIVE_POSIX
Kconfig definitions¶
At boards/posix/native_posix/Kconfig.defconfig:85
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config TRACING_CTF_BOTTOM_POSIX bool default "y" ifTRACING_CTF
&&BOARD_NATIVE_POSIX
depends onTRACING_CTF
&&BOARD_NATIVE_POSIX
At subsys/debug/Kconfig:266
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/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" ifTRACING_CTF
&&ARCH_POSIX
depends onTRACING_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.)