:orphan: .. title:: TRACING_HANDLE_HOST_CMD .. option:: 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. Direct dependencies =================== \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`UART_INTERRUPT_DRIVEN ` if \ :option:`TRACING_BACKEND_UART ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:186`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_HANDLE_HOST_CMD bool "Enable host command handle" select \ :option:`UART_INTERRUPT_DRIVEN ` if \ :option:`TRACING_BACKEND_UART ` depends on \ :option:`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.)*