Lines Matching refs:stats_record

103 struct stats_record {  struct
381 static int map_collect_percpu_devmap(int map_fd, struct stats_record *rec) in map_collect_percpu_devmap()
449 static struct stats_record *alloc_stats_record(void) in alloc_stats_record()
451 struct stats_record *rec; in alloc_stats_record()
548 static void free_stats_record(struct stats_record *r) in free_stats_record()
649 static void stats_get_rx_cnt(struct stats_record *stats_rec, in stats_get_rx_cnt()
650 struct stats_record *stats_prev, in stats_get_rx_cnt()
692 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue()
693 struct stats_record *stats_prev, in stats_get_cpumap_enqueue()
746 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote()
747 struct stats_record *stats_prev, in stats_get_cpumap_remote()
785 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread()
786 struct stats_record *stats_prev, in stats_get_cpumap_kthread()
823 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt()
824 struct stats_record *stats_prev, in stats_get_redirect_cnt()
855 static void stats_get_redirect_err_cnt(struct stats_record *stats_rec, in stats_get_redirect_err_cnt()
856 struct stats_record *stats_prev, in stats_get_redirect_err_cnt()
904 static void stats_get_exception_cnt(struct stats_record *stats_rec, in stats_get_exception_cnt()
905 struct stats_record *stats_prev, in stats_get_exception_cnt()
949 static void stats_get_devmap_xmit(struct stats_record *stats_rec, in stats_get_devmap_xmit()
950 struct stats_record *stats_prev, in stats_get_devmap_xmit()
1001 static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec, in stats_get_devmap_xmit_multi()
1002 struct stats_record *stats_prev, in stats_get_devmap_xmit_multi()
1103 static void stats_print(const char *prefix, int mask, struct stats_record *r, in stats_print()
1104 struct stats_record *p, struct sample_output *out) in stats_print()
1388 static int sample_stats_collect(struct stats_record *rec) in sample_stats_collect()
1439 static void sample_stats_print(int mask, struct stats_record *cur, in sample_stats_print()
1440 struct stats_record *prev, char *prog_name) in sample_stats_print()
1490 static void swap(struct stats_record **a, struct stats_record **b) in swap()
1492 struct stats_record *tmp; in swap()
1499 static int sample_timer_cb(int timerfd, struct stats_record **rec, in sample_timer_cb()
1500 struct stats_record **prev) in sample_timer_cb()
1537 struct stats_record *rec, *prev; in sample_run()