Home
last modified time | relevance | path

Searched defs:bench (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/
Dbench.h38 struct bench { struct
44 void (*measure)(struct bench_res* res); argument
45 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument
46 void (*report_final)(struct bench_res res[], int res_cnt); argument
54 extern const struct bench *bench; argument
Dbench.c305 const struct bench *bench = NULL; variable
/tools/perf/
Dbuiltin-bench.c33 struct bench { struct
36 bench_fn_t fn; argument
40 static struct bench numa_benchmarks[] = { argument
123 #define for_each_bench(coll, bench) \ argument
128 struct bench *bench; in dump_benchmarks() local
215 struct bench *bench; in run_collection() local
285 struct bench *bench; in cmd_bench() local