Home
last modified time | relevance | path

Searched refs:log_lost_cnt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/subsys/shell/
Dshell_cmds.c388 shell_print(sh, "Lost logs: %lu", sh->stats->log_lost_cnt); in cmd_shell_stats_show()
399 sh->stats->log_lost_cnt = 0; in cmd_shell_stats_reset()
Dshell_log_backend.c121 atomic_add(&sh->stats->log_lost_cnt, cnt); in dropped()
Dshell.c1224 sh->stats->log_lost_cnt = 0; in instance_init()
/Zephyr-Core-3.6.0/include/zephyr/shell/
Dshell.h699 atomic_t log_lost_cnt; /*!< Lost log counter.*/ member