CONFIG_PERCEPIO_RECORDER_CFG_STACK_MONITOR_MAX_TASKS

Stack Monitor Max Tasks

Type: int

Help

This controls how many tasks that can be monitored by the stack monitor.
If this is too small, some tasks will be excluded and a warning is shown.

Direct dependencies

TRACING_STACK && PERCEPIO_RECORDER_CFG_STACK_MONITOR && PERCEPIO_TRACERECORDER

(Includes any dependencies from ifs and menus.)

Default

  • 15

Kconfig definition

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

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 → Stack Monitor

config PERCEPIO_RECORDER_CFG_STACK_MONITOR_MAX_TASKS
    int "Stack Monitor Max Tasks"
    range 1 64
    default 15
    depends on TRACING_STACK && PERCEPIO_RECORDER_CFG_STACK_MONITOR && PERCEPIO_TRACERECORDER
    help
      This controls how many tasks that can be monitored by the stack monitor.
      If this is too small, some tasks will be excluded and a warning is shown.

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