choice: Recorder Mode

Recorder Mode

Type: bool

Help

Trace recorder operates in snapshot or streaming mode. This option selects
the mode but is limited to streaming mode when running SMP.

Direct dependencies

PERCEPIO_TRACERECORDER

(Includes any dependencies from ifs and menus.)

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/debug/TraceRecorder/kernelports/Zephyr/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:56

Menu path: (Top) → Modules → TraceRecorder (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/debug/TraceRecorder) → Percepio Trace Recorder

choice
    bool "Recorder Mode"
    default PERCEPIO_TRC_RECORDER_MODE_STREAMING
    depends on PERCEPIO_TRACERECORDER
    help
      Trace recorder operates in snapshot or streaming mode. This option selects
      the mode but is limited to streaming mode when running SMP.

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