Searched defs:bench (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A 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
|
H A D | uprobe_multi.c | 47 static int bench(void) in bench() function
|
H A D | bench.c | 485 const struct bench *bench = NULL; variable
|
/openbmc/linux/tools/perf/ |
H A 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
|
/openbmc/linux/tools/perf/bench/ |
H A 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()
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 37 def bench(args): function
|
H A D | simplebench.py | 106 def bench(test_func, test_envs, test_cases, *args, **vargs): function
|
/openbmc/qemu/tests/bench/ |
H A D | qtree-bench.c | 121 static int64_t run_benchmark(const struct benchmark *bench, in run_benchmark() 234 const struct benchmark *bench = &benchmarks[k]; in main() local
|
/openbmc/qemu/tests/ |
H A D | meson.build | 1 subdir('bench') subdir
|
/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 232 static void bench(enum precision prec, enum op op, int n_ops, bool no_neg) in bench() function
|