Home
last modified time | relevance | path

Searched refs:total_lost (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/tools/perf/util/
Devents_stats.h29 u64 total_lost; member
Dsession.c1578 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
/Linux-v6.1/drivers/platform/chrome/
Dcros_ec_sensorhub_ring.c779 if (fifo_info->total_lost) { in cros_ec_sensorhub_ring_handler()
882 if (fifo_info->total_lost) in cros_ec_sensorhub_ring_handler()
888 fifo_info->total_lost); in cros_ec_sensorhub_ring_handler()
/Linux-v6.1/kernel/trace/
Dring_buffer.c6129 unsigned long total_lost = 0; in test_ringbuffer() local
6158 total_lost += lost; in test_ringbuffer()
6178 pr_info(" lost events: %ld\n", total_lost); in test_ringbuffer()
6179 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()
6182 if (total_lost) { in test_ringbuffer()
6190 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/Linux-v6.1/tools/perf/
Dbuiltin-top.c857 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost()
Dbuiltin-sched.c1853 sched->nr_lost_events = session->evlist->stats.total_lost; in perf_sched__read_events()
3106 sched->nr_lost_events = evlist->stats.total_lost; in perf_sched__timehist()
Dbuiltin-kwork.c1409 kwork->nr_lost_events = session->evlist->stats.total_lost; in perf_kwork__read_events()
/Linux-v6.1/include/linux/platform_data/
Dcros_ec_commands.h2439 uint16_t total_lost; member