The latest development version of this page may be more current than this released 2.7.5 version.

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

TRACING_CTF && TRACING

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At subsys/tracing/Kconfig:71

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:65

Menu path: (Top) → Sub Systems and OS Services → Tracing Support

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.)