Lines Matching refs:stats_record

102 struct stats_record {  struct
380 static int map_collect_percpu_devmap(int map_fd, struct stats_record *rec) in map_collect_percpu_devmap()
448 static struct stats_record *alloc_stats_record(void) in alloc_stats_record()
450 struct stats_record *rec; in alloc_stats_record()
547 static void free_stats_record(struct stats_record *r) in free_stats_record()
648 static void stats_get_rx_cnt(struct stats_record *stats_rec, in stats_get_rx_cnt()
649 struct stats_record *stats_prev, in stats_get_rx_cnt()
691 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue()
692 struct stats_record *stats_prev, in stats_get_cpumap_enqueue()
745 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote()
746 struct stats_record *stats_prev, in stats_get_cpumap_remote()
784 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread()
785 struct stats_record *stats_prev, in stats_get_cpumap_kthread()
822 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt()
823 struct stats_record *stats_prev, in stats_get_redirect_cnt()
854 static void stats_get_redirect_err_cnt(struct stats_record *stats_rec, in stats_get_redirect_err_cnt()
855 struct stats_record *stats_prev, in stats_get_redirect_err_cnt()
903 static void stats_get_exception_cnt(struct stats_record *stats_rec, in stats_get_exception_cnt()
904 struct stats_record *stats_prev, in stats_get_exception_cnt()
948 static void stats_get_devmap_xmit(struct stats_record *stats_rec, in stats_get_devmap_xmit()
949 struct stats_record *stats_prev, in stats_get_devmap_xmit()
1000 static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec, in stats_get_devmap_xmit_multi()
1001 struct stats_record *stats_prev, in stats_get_devmap_xmit_multi()
1102 static void stats_print(const char *prefix, int mask, struct stats_record *r, in stats_print()
1103 struct stats_record *p, struct sample_output *out) in stats_print()
1386 static int sample_stats_collect(struct stats_record *rec) in sample_stats_collect()
1437 static void sample_stats_print(int mask, struct stats_record *cur, in sample_stats_print()
1438 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) in sample_timer_cb()
1535 struct stats_record *rec, *prev; in sample_run()