- 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/nashif/zephyrproject/modules/debug/TraceRecorder/kernelports/Zephyr/Kconfig:241
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:20
Menu path: (Top) → Modules → TraceRecorder (/home/nashif/zephyrproject/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.)