-
CONFIG_TRACING_CTF
¶
Tracing via Common Trace Format support
Type: bool
Help¶
Enable tracing to a Common Trace Format stream. In order to use it a CTF bottom layer should be selected, such as TRACING_CTF_BOTTOM_POSIX.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/debug/Kconfig:263
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:12
Menu path: (Top) → Debugging Options
config TRACING_CTF bool "Tracing via Common Trace Format support" selectTHREAD_MONITOR
selectTRACING
help Enable tracing to a Common Trace Format stream. In order to use it a CTF bottom layer should be selected, such as TRACING_CTF_BOTTOM_POSIX.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)