CONFIG_ADSP_TRACE_SIMCALL

Emit SIMCALL output in addition to window tracing

Type: bool

Help

When true, the trace_out layer will also use a SIMCALL
instruction to emit the passed data to the standard output
of an enclosing simulator process.  All window contents will
remain identical.

Direct dependencies

SOC_FAMILY_INTEL_ADSP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <SoC>/xtensa/intel_adsp/Kconfig:57

Included via Kconfig:8Kconfig.zephyr:38<SoC>/Kconfig:18

Menu path: (Top) → Hardware Configuration

config ADSP_TRACE_SIMCALL
    bool "Emit SIMCALL output in addition to window tracing"
    depends on SOC_FAMILY_INTEL_ADSP
    help
      When true, the trace_out layer will also use a SIMCALL
      instruction to emit the passed data to the standard output
      of an enclosing simulator process.  All window contents will
      remain identical.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)