Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbench.c589 static const struct bench *benchs[] = { variable
682 for (i = 0; i < ARRAY_SIZE(benchs); i++) { in find_benchmark()
683 if (strcmp(benchs[i]->name, env.bench_name) == 0) { in find_benchmark()
684 bench = benchs[i]; in find_benchmark()
789 for (i = 0; i < ARRAY_SIZE(benchs); i++) { in main()
790 printf("- %s\n", benchs[i]->name); in main()
H A DMakefile966 $(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_bpf_for.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