Lines Matching refs:rx_cnt
104 struct record rx_cnt; member
126 } rx_cnt; member
458 rec->rx_cnt.cpu = alloc_record_per_cpu(); in alloc_stats_record()
459 if (!rec->rx_cnt.cpu) { in alloc_stats_record()
539 free(rec->rx_cnt.cpu); in alloc_stats_record()
564 free(r->rx_cnt.cpu); in free_stats_record()
654 rec = &stats_rec->rx_cnt; in stats_get_rx_cnt()
655 prev = &stats_prev->rx_cnt; in stats_get_rx_cnt()
680 out->rx_cnt.pps = pps; in stats_get_rx_cnt()
681 out->rx_cnt.drop = drop; in stats_get_rx_cnt()
682 out->rx_cnt.err = err; in stats_get_rx_cnt()
1120 str = (sample_log_level & LL_DEFAULT) && out->rx_cnt.pps ? in stats_print()
1123 print_err((out->rx_cnt.err || out->rx_cnt.drop), in stats_print()
1125 str, PPS(out->rx_cnt.pps), DROP(out->rx_cnt.drop), in stats_print()
1126 ERR(out->rx_cnt.err)); in stats_print()
1325 double period = sample_out.rx_cnt.pps; in sample_summary_print()
1390 map_collect_percpu(sample_mmap[MAP_RX], &rec->rx_cnt); in sample_stats_collect()
1433 sample_out.rx_cnt.pps += interval; in sample_summary_update()