:orphan: .. title:: CONFIG_ADSP_TRACE_SIMCALL .. kconfig:: CONFIG_ADSP_TRACE_SIMCALL CONFIG_ADSP_TRACE_SIMCALL ######################### *Emit SIMCALL output in addition to window tracing* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_FAMILY_INTEL_ADSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/xtensa/intel_adsp/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*