Symbol: stats_record
samples/bpf/xdp_sample_user.c
1000
static void stats_get_devmap_xmit_multi(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
1001
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
1102
static void stats_print(const char *prefix, int mask, struct stats_record *r,
samples/bpf/xdp_sample_user.c
1103
struct stats_record *p, struct sample_output *out)
samples/bpf/xdp_sample_user.c
1386
static int sample_stats_collect(struct stats_record *rec)
samples/bpf/xdp_sample_user.c
1437
static void sample_stats_print(int mask, struct stats_record *cur,
samples/bpf/xdp_sample_user.c
1438
struct stats_record *prev, char *prog_name)
samples/bpf/xdp_sample_user.c
1488
static void swap(struct stats_record **a, struct stats_record **b)
samples/bpf/xdp_sample_user.c
1490
struct stats_record *tmp;
samples/bpf/xdp_sample_user.c
1497
static int sample_timer_cb(int timerfd, struct stats_record **rec,
samples/bpf/xdp_sample_user.c
1498
struct stats_record **prev)
samples/bpf/xdp_sample_user.c
1535
struct stats_record *rec, *prev;
samples/bpf/xdp_sample_user.c
380
static int map_collect_percpu_devmap(int map_fd, struct stats_record *rec)
samples/bpf/xdp_sample_user.c
448
static struct stats_record *alloc_stats_record(void)
samples/bpf/xdp_sample_user.c
450
struct stats_record *rec;
samples/bpf/xdp_sample_user.c
547
static void free_stats_record(struct stats_record *r)
samples/bpf/xdp_sample_user.c
648
static void stats_get_rx_cnt(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
649
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
691
static void stats_get_cpumap_enqueue(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
692
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
745
static void stats_get_cpumap_remote(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
746
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
784
static void stats_get_cpumap_kthread(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
785
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
822
static void stats_get_redirect_cnt(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
823
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
854
static void stats_get_redirect_err_cnt(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
855
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
903
static void stats_get_exception_cnt(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
904
struct stats_record *stats_prev,
samples/bpf/xdp_sample_user.c
948
static void stats_get_devmap_xmit(struct stats_record *stats_rec,
samples/bpf/xdp_sample_user.c
949
struct stats_record *stats_prev,