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

Period of time considered recent (microseconds)

Type: int

Help

Period of time during which entries are tracked and will be suppressed if reported again.

Direct dependencies

TRACE_FILTERING_ADAPTIVE && SOF

(Includes any dependencies from ifs and menus.)

Default

  • 1500

Kconfig definition

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

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_TIME_THRESHOLD
    int "Period of time considered recent (microseconds)"
    range 1 TRACE_RECENT_MAX_TIME
    default 1500
    depends on TRACE_FILTERING_ADAPTIVE && SOF
    help
      Period of time during which entries are tracked and will be suppressed if reported again.

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