- CONFIG_TRACE_BURST_COUNT¶
Allowed amount of rapidly repeated messages, that will not be suppressed by the filter
Type: int
Help¶
Amount of messages that will pass through the filter even if sent in rapid succession.
Allowed message burst size before filter suppresses the message.
Direct dependencies¶
TRACE_FILTERING_ADAPTIVE
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
4
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/trace/Kconfig:83
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_BURST_COUNT
int "Allowed amount of rapidly repeated messages, that will not be suppressed by the filter"
default 4
depends on TRACE_FILTERING_ADAPTIVE && SOF
help
Amount of messages that will pass through the filter even if sent in rapid succession.
Allowed message burst size before filter suppresses the message.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)