CONFIG_PERCEPIO_RECORDER_TRC_STREAM_PORT_USE_INTERNAL_BUFFER

Use Internal Paged Event Buffer

Type: bool

Help

Important for the J-Link port, in most other ports this can be skipped.

Direct dependencies

PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRACERECORDER

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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 → Streaming Configuration

config PERCEPIO_RECORDER_TRC_STREAM_PORT_USE_INTERNAL_BUFFER
    bool "Use Internal Paged Event Buffer"
    default n
    depends on PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRACERECORDER
    help
      Important for the J-Link port, in most other ports this can be skipped.

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