-
CONFIG_TRACING_CTF_TIMESTAMP
¶
Enable CTF internal timestamp
Type: bool
Help¶
Timestamp prefix will be added to the beginning of CTF event internally.
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:67
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:56
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_CTF_TIMESTAMP bool "Enable CTF internal timestamp" default y depends onTRACING_CTF
&&TRACING
help Timestamp prefix will be added to the beginning of CTF event internally.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)