:orphan: .. title:: CONFIG_TRACING_HANDLE_HOST_CMD .. kconfig:: CONFIG_TRACING_HANDLE_HOST_CMD CONFIG_TRACING_HANDLE_HOST_CMD ############################## *Enable host command handle* Type: ``bool`` Help ==== .. code-block:: none When enabled tracing will handle cmd from host to dynamically enable and disable tracing to have host capture tracing stream data conveniently. Direct dependencies =================== \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`UART_INTERRUPT_DRIVEN ` if \ :kconfig:`TRACING_BACKEND_UART ` Kconfig definition ================== At ``/tracing/Kconfig:190`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_HANDLE_HOST_CMD bool "Enable host command handle" select UART_INTERRUPT_DRIVEN if TRACING_BACKEND_UART depends on TRACING 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.)*