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 <Zephyr Subsystem>/tracing/Kconfig:63

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/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.)