Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/
Dbench.h50 struct bench { struct
57 void (*measure)(struct bench_res* res); argument
58 void (*report_progress)(int iter, struct bench_res* res, long delta_ns); argument
59 void (*report_final)(struct bench_res res[], int res_cnt); argument
67 extern const struct bench *bench; argument
Duprobe_multi.c47 static int bench(void) in bench() function
Dbench.c484 const struct bench *bench = NULL; variable
/linux-6.8/tools/perf/
Dbuiltin-bench.c33 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
/linux-6.8/tools/perf/bench/
Duprobe.c61 static int bench_uprobe__setup_bpf_skel(enum bench_uprobe bench) in bench_uprobe__setup_bpf_skel()
142 static int bench_uprobe(int argc, const char **argv, enum bench_uprobe bench) in bench_uprobe()