-
CONFIG_LOG_STRDUP_POOL_PROFILING
¶
Enable profiling of pool used for log_strdup()
Type: bool
Help¶
When enabled, maximal utilization of the pool is tracked. It can
be read out using shell command.
Direct dependencies¶
LOG_MODE_DEFERRED
&& !LOG_MINIMAL
&& !LOG_FRONTEND
&& !LOG_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/logging/Kconfig.processing:136
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:21
Menu path: (Top) → Sub Systems and OS Services → Logging → Processing
config LOG_STRDUP_POOL_PROFILING
bool "Enable profiling of pool used for log_strdup()"
depends on LOG_MODE_DEFERRED && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG
help
When enabled, maximal utilization of the pool is tracked. It can
be read out using shell command.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)