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

TRACING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:185

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:56

Menu path: (Top) → Sub Systems and OS Services → Tracing Support

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.)