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