Searched refs:log_output (Results 1 – 12 of 12) sorted by relevance
/subsys/shell/ |
A D | shell_log_backend.c | 44 log_output_ctx_set(backend->log_output, ctx); in z_shell_log_backend_enable() 73 log_output_dropped_process(backend->log_output, dropped); in z_shell_log_backend_process() 159 const struct log_output *log_output, in process_log_msg() argument 191 log_output_msg_process(log_output, &msg->log, flags); in process_log_msg() 209 const struct log_output *log_output = log_backend->log_output; in process_msg_from_buffer() local 219 process_log_msg(sh, log_output, msg, false, colors); in process_msg_from_buffer() 232 const struct log_output *log_output = log_backend->log_output; in process() local 239 process_log_msg(sh, log_output, msg, true, colors); in process() 254 process_log_msg(sh, log_output, msg, true, colors); in process()
|
/subsys/logging/ |
A D | log_output.c | 95 const struct log_output *out_ctx = (const struct log_output *)ctx; in out_func() 129 static int print_formatted(const struct log_output *output, in print_formatted() 142 static int timestamp_print(const struct log_output *output, in timestamp_print() 274 static void color_print(const struct log_output *output, in color_print() 284 static void color_prefix(const struct log_output *output, in color_prefix() 290 static void color_postfix(const struct log_output *output, in color_postfix() 297 static int ids_print(const struct log_output *output, in ids_print() 394 static void log_msg_hexdump(const struct log_output *output, in log_msg_hexdump() 439 static int syslog_print(const struct log_output *output, in syslog_print() 632 static void postfix_print(const struct log_output *output, in postfix_print() [all …]
|
A D | log_output_syst.c | 40 const struct log_output *out_ctx = (const struct log_output *)ctx; in out_func() 62 out_func(p->current, systh->systh_platform.log_output); in stp_write_putNibble() 261 out_func(c, systh->systh_platform.log_output); 263 out_func(valToHex[c >> 0x4], systh->systh_platform.log_output); 264 out_func(valToHex[c & 0xF], systh->systh_platform.log_output); 336 out_func(pattern[i], systh->systh_platform.log_output); 393 out_func('\n', systh->systh_platform.log_output); 395 out_func('\r', systh->systh_platform.log_output); 396 out_func('\n', systh->systh_platform.log_output); 410 const struct log_output *log_output, argument [all …]
|
A D | log_output_custom.c | 13 void log_custom_output_msg_process(const struct log_output *output, struct log_msg *msg, in log_custom_output_msg_process() 28 int log_custom_timestamp_print(const struct log_output *output, const log_timestamp_t timestamp, in log_custom_timestamp_print()
|
A D | log_output_dict.c | 15 void log_dict_output_msg_process(const struct log_output *output, in log_dict_output_msg_process() 49 void log_dict_output_dropped_process(const struct log_output *output, uint32_t cnt) in log_dict_output_dropped_process()
|
A D | Kconfig.template.log_format_config | 39 # and should match the value of LOG_OUTPUT_TEXT defined in log_output.h
|
A D | CMakeLists.txt | 19 log_output.c
|
/subsys/logging/mipi_syst/ |
A D | platform.h | 66 struct log_output *log_output; member
|
/subsys/logging/backends/ |
A D | log_backend_fs.c | 433 LOG_OUTPUT_DEFINE(log_output, write_log_to_file, buf, MAX_FLASH_WRITE_SIZE); 452 log_dict_output_dropped_process(&log_output, cnt); in dropped() 454 log_backend_std_dropped(&log_output, cnt); in dropped() 465 log_output_func(&log_output, &msg->log, flags); in process()
|
A D | Kconfig.xtensa_sim | 17 Buffer is used by log_output module for preparing output data (e.g.
|
A D | log_backend_uart.c | 30 const struct log_output *output;
|
A D | Kconfig.rtt | 62 Buffer is used by log_output module for preparing output data (e.g.
|
Completed in 22 milliseconds