Searched defs:bench (Results 1 – 5 of 5) sorted by relevance
51 struct bench { struct58 void (*measure)(struct bench_res* res); argument59 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument60 void (*report_final)(struct bench_res res[], int res_cnt); argument68 extern const struct bench *bench; argument
60 static int bench(void) in bench() function
489 const struct bench *bench = NULL; variable
33 struct bench { struct36 bench_fn_t fn; argument40 static struct bench numa_benchmarks[] = { argument146 #define for_each_bench(coll, bench) \ argument151 struct bench *bench; in dump_benchmarks() local238 struct bench *bench; in run_collection() local308 struct bench *bench; in cmd_bench() local
63 static int bench_uprobe__setup_bpf_skel(enum bench_uprobe bench) in bench_uprobe__setup_bpf_skel()146 static int bench_uprobe(int argc, const char **argv, enum bench_uprobe bench) in bench_uprobe()