:orphan: .. title:: LOG_STRDUP_POOL_PROFILING .. option:: 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 =================== \ :option:`LOG_MODE_DEFERRED ` && !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.processing:129`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. parsed-literal:: config LOG_STRDUP_POOL_PROFILING bool "Enable profiling of pool used for log_strdup()" depends on \ :option:`LOG_MODE_DEFERRED ` && !\ :option:`LOG_MINIMAL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`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.)*