-
CONFIG_TRACING_TEST
¶
Tracing for test usage
Type: bool
Help¶
Enable tracing for testing kinds of format purpose. It must implement the tracing hooks defined in tracing_test.h
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/tracing/Kconfig:56
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:38
Menu path: (Top) → Enabling Tracing → Tracing Format
config TRACING_TEST
bool "Tracing for test usage"
select TRACING_CORE
depends on <choice: Tracing Format>
help
Enable tracing for testing kinds of format purpose. It must
implement the tracing hooks defined in tracing_test.h
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)