Searched refs:bench_repeat (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/bench/
H A Dbreakpoint.c111 // then starts nparallel threads which create and join bench_repeat batches of nthreads threads.
115 int repeat = bench_repeat;
156 bench_repeat, thread_params.nbreakpoints, thread_params.nparallel);
161 (double)result_usec / bench_repeat / thread_params.nthreads);
163 (double)result_usec / bench_repeat /
197 // and then disables and enables the breakpoint bench_repeat times.
231 for (i = 0; i < bench_repeat; i++) {
248 bench_repeat, enable_params.npassive, enable_params.nactive);
252 printf(" %14lf usecs/op\n", (double)result_usec / bench_repeat);
H A Dbench.h59 extern unsigned int bench_repeat;
H A Dfutex-requeue.c218 for (j = 0; j < bench_repeat && !done; j++) {
H A Dfutex-wake.c187 for (j = 0; j < bench_repeat && !done; j++) {
H A Dfutex-wake-parallel.c306 for (j = 0; j < bench_repeat && !done; j++) {
/linux-master/tools/perf/
H A Dbuiltin-bench.c163 unsigned int bench_repeat = 10; /* default number of times to repeat the run */ variable
167 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify number of times to repeat the run"),
290 if (bench_repeat == 0) {

Completed in 260 milliseconds