Lines Matching refs:stats_record

103 struct stats_record {  struct
378 static int map_collect_percpu_devmap(int map_fd, struct stats_record *rec) in map_collect_percpu_devmap()
446 static struct stats_record *alloc_stats_record(void) in alloc_stats_record()
448 struct stats_record *rec; in alloc_stats_record()
545 static void free_stats_record(struct stats_record *r) in free_stats_record()
646 static void stats_get_rx_cnt(struct stats_record *stats_rec, in stats_get_rx_cnt()
647 struct stats_record *stats_prev, in stats_get_rx_cnt()
689 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue()
690 struct stats_record *stats_prev, in stats_get_cpumap_enqueue()
743 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote()
744 struct stats_record *stats_prev, in stats_get_cpumap_remote()
782 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread()
783 struct stats_record *stats_prev, in stats_get_cpumap_kthread()
820 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt()
821 struct stats_record *stats_prev, in stats_get_redirect_cnt()
852 static void stats_get_redirect_err_cnt(struct stats_record *stats_rec, in stats_get_redirect_err_cnt()
853 struct stats_record *stats_prev, in stats_get_redirect_err_cnt()
901 static void stats_get_exception_cnt(struct stats_record *stats_rec, in stats_get_exception_cnt()
902 struct stats_record *stats_prev, in stats_get_exception_cnt()
946 static void stats_get_devmap_xmit(struct stats_record *stats_rec, in stats_get_devmap_xmit()
947 struct stats_record *stats_prev, in stats_get_devmap_xmit()
998 static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec, in stats_get_devmap_xmit_multi()
999 struct stats_record *stats_prev, in stats_get_devmap_xmit_multi()
1100 static void stats_print(const char *prefix, int mask, struct stats_record *r, in stats_print()
1101 struct stats_record *p, struct sample_output *out) in stats_print()
1385 static int sample_stats_collect(struct stats_record *rec) in sample_stats_collect()
1436 static void sample_stats_print(int mask, struct stats_record *cur, in sample_stats_print()
1437 struct stats_record *prev, char *prog_name, in sample_stats_print()
1488 static void swap(struct stats_record **a, struct stats_record **b) in swap()
1490 struct stats_record *tmp; in swap()
1497 static int sample_timer_cb(int timerfd, struct stats_record **rec, in sample_timer_cb()
1498 struct stats_record **prev, int interval) in sample_timer_cb()
1535 struct stats_record *rec, *prev; in sample_run()