Home
last modified time | relevance | path

Searched refs:CONFIG_LOG_STRDUP_BUF_COUNT (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-2.7.6/subsys/logging/
Dlog_cmds.c371 #ifndef CONFIG_LOG_STRDUP_BUF_COUNT in cmd_log_strdup_utilization()
372 #define CONFIG_LOG_STRDUP_BUF_COUNT 0 in cmd_log_strdup_utilization() macro
382 uint32_t percent = CONFIG_LOG_STRDUP_BUF_COUNT ? in cmd_log_strdup_utilization()
383 buf_cnt * 100U / CONFIG_LOG_STRDUP_BUF_COUNT : 0U; in cmd_log_strdup_utilization()
390 buf_cnt, CONFIG_LOG_STRDUP_BUF_COUNT, percent); in cmd_log_strdup_utilization()
391 if (buf_cnt == CONFIG_LOG_STRDUP_BUF_COUNT) { in cmd_log_strdup_utilization()
Dlog_core.c50 #ifndef CONFIG_LOG_STRDUP_BUF_COUNT
51 #define CONFIG_LOG_STRDUP_BUF_COUNT 0 macro
73 (sizeof(struct log_strdup_buf) * CONFIG_LOG_STRDUP_BUF_COUNT)
579 CONFIG_LOG_STRDUP_BUF_COUNT); in log_core_init()
/Zephyr-Core-2.7.6/samples/net/sockets/echo_client/
Doverlay-log.conf6 CONFIG_LOG_STRDUP_BUF_COUNT=2048
/Zephyr-Core-2.7.6/samples/net/sockets/echo_server/
Doverlay-log.conf6 CONFIG_LOG_STRDUP_BUF_COUNT=2048
/Zephyr-Core-2.7.6/samples/subsys/mgmt/updatehub/
Dprj.conf29 CONFIG_LOG_STRDUP_BUF_COUNT=20
/Zephyr-Core-2.7.6/tests/subsys/logging/log_api/
Dprj.conf9 CONFIG_LOG_STRDUP_BUF_COUNT=1
/Zephyr-Core-2.7.6/samples/bluetooth/hci_uart/
Ddebug.conf20 CONFIG_LOG_STRDUP_BUF_COUNT=20
/Zephyr-Core-2.7.6/samples/subsys/logging/syst/
Dprj.conf6 CONFIG_LOG_STRDUP_BUF_COUNT=2
/Zephyr-Core-2.7.6/tests/subsys/logging/log_benchmark/
Dprj.conf8 CONFIG_LOG_STRDUP_BUF_COUNT=1
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core/
Dprj.conf11 CONFIG_LOG_STRDUP_BUF_COUNT=1
/Zephyr-Core-2.7.6/samples/subsys/mgmt/hawkbit/
Dprj.conf50 CONFIG_LOG_STRDUP_BUF_COUNT=20
/Zephyr-Core-2.7.6/samples/net/cloud/tagoio_http_post/
Dprj.conf37 CONFIG_LOG_STRDUP_BUF_COUNT=20
/Zephyr-Core-2.7.6/samples/net/lwm2m_client/
Dprj.conf3 CONFIG_LOG_STRDUP_BUF_COUNT=10
/Zephyr-Core-2.7.6/samples/subsys/display/lvgl/
DREADME.rst45 :kconfig:`CONFIG_LOG_STRDUP_BUF_COUNT` and/or
/Zephyr-Core-2.7.6/tests/subsys/logging/log_core/src/
Dlog_core_test.c171 BUILD_ASSERT(CONFIG_LOG_STRDUP_BUF_COUNT == 1, in test_log_strdup_gc()
/Zephyr-Core-2.7.6/doc/reference/logging/
Dindex.rst173 :kconfig:`CONFIG_LOG_STRDUP_BUF_COUNT`: Number of buffers in the pool used by
536 :kconfig:`CONFIG_LOG_STRDUP_BUF_COUNT`).
541 code returned indicating :kconfig:`CONFIG_LOG_STRDUP_BUF_COUNT` should be