CONFIG_PERCEPIO_RECORDER_CFG_CTRL_TASK_STACK_SIZE

Control Task Stack Size

Type: int

Help

The stack size of the Tracealyzer Control (TzCtrl) task.
See TRC_CFG_CTRL_TASK_PRIORITY for further information about TzCtrl.

Direct dependencies

TRACING_STACK && PERCEPIO_TRACERECORDER

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<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

config PERCEPIO_RECORDER_CFG_CTRL_TASK_STACK_SIZE
    int "Control Task Stack Size"
    range 1 1048576
    default 2048
    depends on TRACING_STACK && PERCEPIO_TRACERECORDER
    help
      The stack size of the Tracealyzer Control (TzCtrl) task.
      See TRC_CFG_CTRL_TASK_PRIORITY for further information about TzCtrl.

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