CONFIG_PERCEPIO_RECORDER_TRC_CFG_OBJECT_DATA_SLOTS

Object Data Slots

Type: int

Help

The maximum number of object data entries (used for task priorities) that can
            be stored at the same time. Must be sufficient for all tasks, otherwise there
            will be warnings (as User Events) from TzCtrl task, that monitors this.

Direct dependencies

PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRACERECORDER

(Includes any dependencies from ifs and menus.)

Default

  • 40

Kconfig definition

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

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_CFG_OBJECT_DATA_SLOTS
    int "Object Data Slots"
    range 1 4194304
    default 40
    depends on PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRC_RECORDER_MODE_STREAMING && PERCEPIO_TRACERECORDER
    help
      The maximum number of object data entries (used for task priorities) that can
                  be stored at the same time. Must be sufficient for all tasks, otherwise there
                  will be warnings (as User Events) from TzCtrl task, that monitors this.

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