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

CONFIG_TRACING_USER

Tracing using user-defined functions

Type: bool

Help

Use user-defined functions for tracing task switching and irqs

Direct dependencies

<choice: Tracing Format>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/tracing/Kconfig:63

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

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

config TRACING_USER
    bool "Tracing using user-defined functions"
    depends on <choice>
    help
      Use user-defined functions for tracing task switching and irqs

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)