Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/
Dshell_cmds.c385 shell_print(sh, "Lost logs: %lu", sh->stats->log_lost_cnt); in cmd_shell_stats_show()
396 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.c1229 sh->stats->log_lost_cnt = 0; in instance_init()
/Zephyr-latest/include/zephyr/shell/
Dshell.h755 atomic_t log_lost_cnt; /*!< Lost log counter.*/ member