:orphan: .. title:: TRACING_CTF_TIMESTAMP .. option:: CONFIG_TRACING_CTF_TIMESTAMP *Enable CTF internal timestamp* Type: ``bool`` Help ==== Timestamp prefix will be added to the beginning of CTF event internally. Direct dependencies =================== \ :option:`TRACING_CTF ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_CTF_TIMESTAMP bool "Enable CTF internal timestamp" default y depends on \ :option:`TRACING_CTF ` && \ :option:`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.)*