| /subsys/shell/ |
| A D | shell_log_backend.c | 60 uint32_t dropped; in z_shell_log_backend_process() local 64 dropped = atomic_set(&backend->control_block->dropped_cnt, 0); in z_shell_log_backend_process() 65 if (dropped) { in z_shell_log_backend_process() 73 log_output_dropped_process(backend->log_output, dropped); in z_shell_log_backend_process() 115 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 247 dropped(backend, 1); in process() 267 .dropped = dropped,
|
| A D | Kconfig.template.shell_log_queue_timeout | 9 dropped if queue is still full after requested time (-1 is forever).
|
| A D | Kconfig.template.shell_log_queue_size | 10 slow shell transport may lead to situations where logs are dropped
|
| /subsys/logging/backends/ |
| A D | log_backend_semihost.c | 37 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 66 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_xtensa_sim.c | 61 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 71 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_adsp.c | 67 static inline void dropped(const struct log_backend *const backend, in dropped() function 93 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_efi_console.c | 73 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 84 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_native_posix.c | 66 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 92 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_spinel.c | 60 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 108 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_swo.c | 132 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 143 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_multidomain_backend.c | 222 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 230 .dropped = { in dropped() 231 .dropped = cnt in dropped() 243 .dropped = dropped,
|
| A D | log_backend_adsp_mtrace.c | 175 static void dropped(const struct log_backend *const backend, in dropped() function 212 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_rtt.c | 311 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 342 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_uart.c | 209 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 224 .dropped = IS_ENABLED(CONFIG_LOG_MODE_IMMEDIATE) ? NULL : dropped,
|
| A D | log_backend_fs.c | 447 static void dropped(const struct log_backend *const backend, uint32_t cnt) in dropped() function 492 .dropped = dropped,
|
| A D | log_backend_ble.c | 192 .dropped = NULL,
|
| A D | Kconfig.fs | 32 In other case, when memory is full, new messages are dropped.
|
| /subsys/logging/frontends/ |
| A D | log_frontend_dict_uart.c | 43 struct log_frontend_uart_dropped_pkt *dropped; member 72 static atomic_t dropped; /* Counter storing number of dropped messages to be reported. */ variable 82 if (dropped != 0) { in timeout() 138 pkt = generic_pkt.dropped; in add_drop_msg() 147 pkt->data.num_dropped_messages = atomic_set(&dropped, 0); in add_drop_msg() 283 atomic_inc(&dropped); in log_frontend_msg()
|
| A D | log_frontend_stmesp_demux.c | 90 uint32_t dropped; member 110 demux.dropped++; in notify_drop() 196 demux.dropped = 0; in log_frontend_stmesp_demux_init() 359 demux.dropped++; in garbage_collector() 549 demux.dropped++; in log_frontend_stmesp_demux_packet_start() 584 demux.dropped++; in log_frontend_stmesp_demux_packet_end() 596 uint32_t rv = demux.dropped; in log_frontend_stmesp_demux_get_dropped() 598 demux.dropped = 0; in log_frontend_stmesp_demux_get_dropped() 635 demux.dropped++; in log_frontend_stmesp_demux_reset()
|
| A D | log_frontend_stmesp.c | 58 static uint32_t dropped; variable 328 dropped++; in early_msg_end() 388 dropped++; in log_frontend_msg()
|
| /subsys/logging/ |
| A D | Kconfig | 85 - "Drop all prints": All log prints using rate-limited macros are dropped. 99 All log prints using rate-limited macros are dropped (no output).
|
| A D | Kconfig.processing | 22 oldest one is dropped. If disabled, current message is dropped. 38 message is dropped. Forever blocking (-1) is possible however may lead
|
| A D | log_core.c | 522 uint32_t dropped = z_log_dropped_read_and_clear(); in dropped_notify() local 526 log_backend_dropped(backend, dropped); in dropped_notify()
|
| /subsys/net/lib/shell/ |
| A D | stats.c | 381 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats() 388 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats() 404 GET_STAT(iface, tc.recv[i].dropped), in print_tc_rx_stats()
|
| /subsys/net/ip/ |
| A D | Kconfig.ipv4 | 60 value is 0. When sending, the packet is dropped before transmitting 70 value is 0. When sending, the packet is dropped before transmitting
|