- CONFIG_TRACEV¶
Trace verbose
Type: bool
Help¶
Enabling verbose traces. tr_dbg() statements depend on this at
compile-time and on run-time filtering below too.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/trace/Kconfig:13
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:11
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Trace → Trace
config TRACEV
bool "Trace verbose"
default n
depends on TRACE && SOF
help
Enabling verbose traces. tr_dbg() statements depend on this at
compile-time and on run-time filtering below too.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)