Searched defs:bench (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | bench.h | 38 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
|
| D | bench.c | 304 const struct bench *bench = NULL; variable
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | bench.h | 51 struct bench { struct 58 void (*measure)(struct bench_res* res); argument 59 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument 60 void (*report_final)(struct bench_res res[], int res_cnt); argument 68 extern const struct bench *bench; argument
|
| D | uprobe_multi.c | 47 static int bench(void) in bench() function
|
| D | bench.c | 485 const struct bench *bench = NULL; variable
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-bench.c | 33 struct bench { struct 36 bench_fn_t fn; argument 40 static struct bench numa_benchmarks[] = { argument 122 #define for_each_bench(coll, bench) \ argument 127 struct bench *bench; in dump_benchmarks() local 214 struct bench *bench; in run_collection() local 284 struct bench *bench; in cmd_bench() local
|
| /kernel/linux/linux-6.6/tools/perf/ |
| D | builtin-bench.c | 33 struct bench { struct 36 bench_fn_t fn; argument 40 static struct bench numa_benchmarks[] = { argument 144 #define for_each_bench(coll, bench) \ argument 149 struct bench *bench; in dump_benchmarks() local 236 struct bench *bench; in run_collection() local 306 struct bench *bench; in cmd_bench() local
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| D | uprobe.c | 61 static int bench_uprobe__setup_bpf_skel(enum bench_uprobe bench) in bench_uprobe__setup_bpf_skel() 141 static int bench_uprobe(int argc, const char **argv, enum bench_uprobe bench) in bench_uprobe()
|