Home
last modified time | relevance | path

Searched refs:bench_repeat (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/
A Dbuiltin-bench.c141 unsigned int bench_repeat = 10; /* default number of times to repeat the run */ variable
145 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),
265 if (bench_repeat == 0) { in cmd_bench()
/linux/tools/perf/bench/
A Dbench.h61 extern unsigned int bench_repeat;
A Dfutex-wake.c175 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake()
A Dfutex-requeue.c205 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_requeue()
A Dfutex-wake-parallel.c290 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake_parallel()

Completed in 8 milliseconds