Home
last modified time | relevance | path

Searched refs:stats_rec (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp_sample_user.c648 static void stats_get_rx_cnt(struct stats_record *stats_rec, in stats_get_rx_cnt() argument
656 rec = &stats_rec->rx_cnt; in stats_get_rx_cnt()
691 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue() argument
701 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue()
745 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote() argument
754 rec = &stats_rec->kthread; in stats_get_cpumap_remote()
784 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread() argument
792 rec = &stats_rec->kthread; in stats_get_cpumap_kthread()
822 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt() argument
831 rec = &stats_rec in stats_get_redirect_cnt()
854 stats_get_redirect_err_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_redirect_err_cnt() argument
903 stats_get_exception_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_exception_cnt() argument
948 stats_get_devmap_xmit(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) stats_get_devmap_xmit() argument
1000 stats_get_devmap_xmit_multi(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out, bool xmit_total) stats_get_devmap_xmit_multi() argument
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_monitor_user.c329 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
350 rec = &stats_rec->xdp_redirect[rec_i]; in stats_print()
375 rec = &stats_rec->xdp_exception[rec_i]; in stats_print()
402 rec = &stats_rec->xdp_cpumap_enqueue[to_cpu]; in stats_print()
441 rec = &stats_rec->xdp_cpumap_kthread; in stats_print()
474 rec = &stats_rec->xdp_devmap_xmit; in stats_print()
H A Dxdp_redirect_cpu_user.c352 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
378 rec = &stats_rec->rx_cnt; in stats_print()
406 rec = &stats_rec->enq[to_cpu]; in stats_print()
443 rec = &stats_rec->kthread; in stats_print()
472 rec = &stats_rec->redir_err; in stats_print()
494 rec = &stats_rec->exception; in stats_print()
521 rec = &stats_rec->kthread; in stats_print()
H A Dxdp_rxq_info_user.c334 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
359 rec = &stats_rec->stats; in stats_print()
393 rec = &stats_rec->rxq[rxq]; in stats_print()

Completed in 6 milliseconds