-
CONFIG_TRACING
¶
Tracing Support
Type: bool
Help¶
Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Symbols implied by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:59
Menu path: (Top) → Sub Systems and OS Services
config TRACING bool "Tracing Support" selectINSTRUMENT_THREAD_SWITCHING
implyTHREAD_NAME
implyTHREAD_STACK_INFO
implyTHREAD_MONITOR
help Enable system tracing. This requires a backend such as SEGGER Systemview to be enabled as well.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)