CONFIG_TRACING_USER¶
Tracing using user-defined functions
Type: bool
Help¶
Use user-defined functions for tracing task switching and irqs
Kconfig definition¶
At subsys/tracing/Kconfig:63
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/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.)