Home
last modified time | relevance | path

Searched refs:log_format_func_t (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/subsys/logging/
Dlog_output_custom.c11 static log_format_func_t log_custom_format_func;
21 void log_custom_output_msg_set(log_format_func_t format) in log_custom_output_msg_set()
Dlog_core.c79 static const log_format_func_t format_table[] = {
90 log_format_func_t log_format_func_t_get(uint32_t log_type) in log_format_func_t_get()
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c46 log_format_func_t test_log_output_func = log_format_func_t_get(test_log_type_syst); in ZTEST()
56 log_format_func_t test_log_output_func = log_format_func_t_get(test_log_type_text); in ZTEST()
Dmock_backend.c52 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h38 void log_custom_output_msg_set(log_format_func_t format);
Dlog_output.h112 typedef void (*log_format_func_t)(const struct log_output *output, typedef
118 log_format_func_t log_format_func_t_get(uint32_t log_type);
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_semihost.c50 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_xtensa_sim.c45 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_adsp.c76 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_efi_console.c46 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_native_posix.c78 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_spinel.c38 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_swo.c82 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in log_backend_swo_process()
Dlog_backend_adsp_mtrace.c183 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_ws.c147 log_format_func_t log_output_func; in process()
Dlog_backend_ble.c153 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_rtt.c292 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_uart.c132 log_format_func_t log_output_func = log_format_func_t_get(data->log_format_current); in process()
Dlog_backend_net.c214 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dlog_backend_fs.c486 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c56 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
Dmain.c129 const log_format_func_t expected_values[] = { in test_log_switch_format_func_t_get()