Searched refs:drops (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_local_storage_create.c | 143 res->drops = atomic_swap(&skel->bss->kmalloc_cnts, 0); in measure() 209 kmallocs_per_create = (double)res->drops / res->hits; in report_progress() 227 total_kmallocs += res[i].drops; in report_final()
|
| A D | run_common.sh | 26 function drops() function
|
| A D | bench_ringbufs.c | 132 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_libbpf_measure() 223 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_custom_measure() 352 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in perfbuf_measure()
|
| A D | bench_sockmap.c | 361 res->drops = atomic_swap(&ctx.prod_send, 0); in measure() 505 prod_mbs = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in report_progress()
|
| A D | bench_bloom_filter_map.c | 416 res->drops = total_drops - last_drops; in measure()
|
| /tools/testing/selftests/drivers/net/ocelot/ |
| A D | psfp.sh | 75 local drops="" 80 drops=$(echo ${stats} | jq ".[1].options.actions[].stats.drops") 87 echo "Hardware filter reports ${drops} drops"
|
| /tools/testing/selftests/bpf/ |
| A D | bench.c | 41 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress() 58 total_drops += res[i].drops; in false_hits_report_final() 75 drops_per_sec = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress() 130 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final() 139 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final() 140 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final() 142 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
|
| A D | bench.h | 43 long drops; member
|
| /tools/testing/selftests/bpf/progs/ |
| A D | core_kern.c | 44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG() argument
|
| A D | xdp_features.c | 240 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument
|
| A D | bpf_qdisc_fq.c | 389 sch->qstats.drops++; in BPF_PROG()
|
| /tools/include/uapi/linux/ |
| A D | pkt_sched.h | 36 __u32 drops; /* Packets dropped because of lack of resources */ member
|
| /tools/perf/Documentation/ |
| A D | perf-record.txt | 706 When '--overwrite' and '--switch-output' are used perf records and drops
|
Completed in 33 milliseconds