Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbench.h49 struct bench { struct
56 void (*measure)(struct bench_res* res); argument
57 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument
58 void (*report_final)(struct bench_res res[], int res_cnt); argument
66 extern const struct bench *bench; argument
A Dbench.c478 const struct bench *bench = NULL; variable
/linux-6.3-rc2/tools/perf/
A Dbuiltin-bench.c32 struct bench { struct
35 bench_fn_t fn; argument
39 static struct bench numa_benchmarks[] = { argument
132 #define for_each_bench(coll, bench) \ argument
137 struct bench *bench; in dump_benchmarks() local
224 struct bench *bench; in run_collection() local
293 struct bench *bench; in cmd_bench() local

Completed in 8 milliseconds