Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/bpf/benchs/
A Dbench_local_storage_create.c143 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 Drun_common.sh26 function drops() function
A Dbench_ringbufs.c132 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 Dbench_sockmap.c361 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 Dbench_bloom_filter_map.c416 res->drops = total_drops - last_drops; in measure()
/tools/testing/selftests/drivers/net/ocelot/
A Dpsfp.sh75 local drops=""
80 drops=$(echo ${stats} | jq ".[1].options.actions[].stats.drops")
87 echo "Hardware filter reports ${drops} drops"
/tools/testing/selftests/bpf/
A Dbench.c41 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 Dbench.h43 long drops; member
/tools/testing/selftests/bpf/progs/
A Dcore_kern.c44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG() argument
A Dxdp_features.c240 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument
A Dbpf_qdisc_fq.c389 sch->qstats.drops++; in BPF_PROG()
/tools/include/uapi/linux/
A Dpkt_sched.h36 __u32 drops; /* Packets dropped because of lack of resources */ member
/tools/perf/Documentation/
A Dperf-record.txt706 When '--overwrite' and '--switch-output' are used perf records and drops

Completed in 33 milliseconds