bench_repeat 52 tools/perf/bench/bench.h extern unsigned int bench_repeat; bench_repeat 159 tools/perf/bench/futex-requeue.c for (j = 0; j < bench_repeat && !done; j++) { bench_repeat 280 tools/perf/bench/futex-wake-parallel.c for (j = 0; j < bench_repeat && !done; j++) { bench_repeat 164 tools/perf/bench/futex-wake.c for (j = 0; j < bench_repeat && !done; j++) { bench_repeat 123 tools/perf/builtin-bench.c unsigned int bench_repeat = 10; /* default number of times to repeat the run */ bench_repeat 127 tools/perf/builtin-bench.c OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"), bench_repeat 247 tools/perf/builtin-bench.c if (bench_repeat == 0) {