Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_semihost.c13 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SEMIHOST_OUTPUT_DEFAULT; variable
50 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
59 log_format_current = log_type; in format_set()
Dlog_backend_xtensa_sim.c21 static uint32_t log_format_current = CONFIG_LOG_BACKEND_XTENSA_SIM_OUTPUT_DEFAULT; variable
45 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
52 log_format_current = log_type; in format_set()
Dlog_backend_adsp.c24 static uint32_t log_format_current = CONFIG_LOG_BACKEND_ADSP_OUTPUT_DEFAULT; variable
76 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
87 log_format_current = log_type; in format_set()
Dlog_backend_efi_console.c14 static uint32_t log_format_current = CONFIG_LOG_BACKEND_EFI_CON_OUTPUT_DEFAULT; variable
46 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
57 log_format_current = log_type; in format_set()
Dlog_backend_native_posix.c20 static uint32_t log_format_current = CONFIG_LOG_BACKEND_NATIVE_POSIX_OUTPUT_DEFAULT; variable
78 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
85 log_format_current = log_type; in format_set()
Dlog_backend_spinel.c21 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SPINEL_OUTPUT_DEFAULT; variable
38 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
45 log_format_current = log_type; in format_set()
Dlog_backend_swo.c62 static uint32_t log_format_current = CONFIG_LOG_BACKEND_SWO_OUTPUT_DEFAULT; variable
82 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in log_backend_swo_process()
89 log_format_current = log_type; in format_set()
Dlog_backend_adsp_mtrace.c30 static uint32_t log_format_current = CONFIG_LOG_BACKEND_ADSP_MTRACE_OUTPUT_DEFAULT; variable
183 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
194 log_format_current = log_type; in format_set()
Dlog_backend_ws.c25 static uint32_t log_format_current = CONFIG_LOG_BACKEND_WS_OUTPUT_DEFAULT; variable
157 log_output_func = log_format_func_t_get(log_format_current); in process()
164 log_format_current = log_type; in format_set()
Dlog_backend_ble.c18 static uint32_t log_format_current = CONFIG_LOG_BACKEND_BLE_OUTPUT_DEFAULT; variable
153 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
161 log_format_current = log_type; in format_set()
Dlog_backend_uart.c24 uint32_t log_format_current; member
132 log_format_func_t log_output_func = log_format_func_t_get(data->log_format_current); in process()
142 data->log_format_current = log_type; in format_set()
234 .log_format_current = CONFIG_LOG_BACKEND_UART_OUTPUT_DEFAULT, \
Dlog_backend_rtt.c74 static uint32_t log_format_current = CONFIG_LOG_BACKEND_RTT_OUTPUT_DEFAULT; variable
292 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
299 log_format_current = log_type; in format_set()
Dlog_backend_net.c36 static uint32_t log_format_current = CONFIG_LOG_BACKEND_NET_OUTPUT_DEFAULT; variable
214 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
221 log_format_current = log_type; in format_set()
Dlog_backend_fs.c35 static uint32_t log_format_current = CONFIG_LOG_BACKEND_FS_OUTPUT_DEFAULT; variable
486 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
493 log_format_current = log_type; in format_set()
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c13 static uint32_t log_format_current = CONFIG_LOG_BACKEND_MOCK_OUTPUT_DEFAULT; variable
56 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
101 log_format_current = log_type; in format_set()
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmock_backend.c13 static uint32_t log_format_current = CONFIG_LOG_BACKEND_MOCK_OUTPUT_DEFAULT; variable
52 log_format_func_t log_output_func = log_format_func_t_get(log_format_current); in process()
111 log_format_current = log_type; in format_set()