- CONFIG_TRACE_RECENT_ENTRIES_COUNT¶
Amount of entries considered recent
Type: int
Help¶
Recent entries are used to determine whether currently processed message was sent in the
past. Size of that filtering window affects effectiveness and performance. More recent
entries allow to better filter repetitive messeges out, but also slightly decrease
performance due to increased number of comparisions necessary.
Direct dependencies¶
TRACE_FILTERING_ADAPTIVE
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
5
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/trace/Kconfig:58
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_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_ENTRIES_COUNT
int "Amount of entries considered recent"
default 5
depends on TRACE_FILTERING_ADAPTIVE && SOF
help
Recent entries are used to determine whether currently processed message was sent in the
past. Size of that filtering window affects effectiveness and performance. More recent
entries allow to better filter repetitive messeges out, but also slightly decrease
performance due to increased number of comparisions necessary.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)