Home
last modified time | relevance | path

Searched refs:benchs (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbench.c553 static const struct bench *benchs[] = { variable
622 for (i = 0; i < ARRAY_SIZE(benchs); i++) { in find_benchmark()
623 if (strcmp(benchs[i]->name, env.bench_name) == 0) { in find_benchmark()
624 bench = benchs[i]; in find_benchmark()
725 for (i = 0; i < ARRAY_SIZE(benchs); i++) { in main()
726 printf("- %s\n", benchs[i]->name); in main()
H A DMakefile842 $(OUTPUT)/bench_%.o: benchs/bench_%.c bench.h $(BPFOBJ)
/linux/tools/testing/selftests/bpf/benchs/
H A Drun_bench_bpf_loop.sh4 source ./benchs/run_common.sh
H A Drun_bench_strncmp.sh4 source ./benchs/run_common.sh
H A Drun_bench_local_storage.sh4 source ./benchs/run_common.sh
H A Drun_bench_bpf_hashmap_full_update.sh4 source ./benchs/run_common.sh
H A Drun_bench_htab_mem.sh4 source ./benchs/run_common.sh
H A Drun_bench_bloom_filter_map.sh4 source ./benchs/run_common.sh
H A Drun_bench_ringbufs.sh3 source ./benchs/run_common.sh
/linux/Documentation/bpf/
H A Dringbuf.rst200 Benchmarks (see tools/testing/selftests/bpf/benchs/bench_ringbufs.c) show that