- 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
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/debug/TraceRecorder/kernelports/Zephyr/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:80
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.)