The latest development version of this page may be more current than this released 2.6.1-rc1 version.
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/nashif/zephyrproject/modules/debug/TraceRecorder/kernelports/Zephyr/Kconfig:96

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:20

Menu path: (Top) → Modules → TraceRecorder (/home/nashif/zephyrproject/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.)