The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_TRACE_RECENT_MAX_TIME

Maximum period of time that message can be suppressed (microseconds)

Type: int

Help

Maximum amount of time message can be suppressed for, due to repeated suppression.

Direct dependencies

TRACE_FILTERING_ADAPTIVE && SOF

(Includes any dependencies from ifs and menus.)

Default

  • 5000000

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/trace/Kconfig:76

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:14/home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2/home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:11

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Trace → Trace → Trace filtering → Adaptive rate limiting

config TRACE_RECENT_MAX_TIME
    int "Maximum period of time that message can be suppressed (microseconds)"
    default 5000000
    depends on TRACE_FILTERING_ADAPTIVE && SOF
    help
      Maximum amount of time message can be suppressed for, due to repeated suppression.

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