-
CONFIG_TRACING_HANDLE_HOST_CMD
¶
Enable host command handle
Type: bool
Help¶
When enabled tracing will handle cmd from host to dynamically enable and disable tracing to have host capture tracing stream data conveniently.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/tracing/Kconfig:184
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:38
Menu path: (Top) → Enabling Tracing
config TRACING_HANDLE_HOST_CMD bool "Enable host command handle" selectUART_INTERRUPT_DRIVEN
ifTRACING_BACKEND_UART
depends onTRACING
help When enabled tracing will handle cmd from host to dynamically enable and disable tracing to have host capture tracing stream data conveniently.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)