Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 7 of 7) sorted by relevance

/tools/perf/bench/
Dsched-pipe.c39 static int loops = LOOPS_DEFAULT; variable
45 OPT_INTEGER('l', "loop", &loops, "Specify number of loops"),
61 for (i = 0; i < loops; i++) { in worker_thread()
154 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
164 (double)result_usec / (double)loops); in bench_sched_pipe()
166 (int)((double)loops / in bench_sched_pipe()
Dsched-messaging.c36 static unsigned int loops = 100; variable
91 for (i = 0; i < loops; i++) { in sender()
216 ctx->num_packets = num_fds * loops; in group()
253 OPT_UINTEGER('l', "loop", &loops, "Specify number of loops"),
/tools/perf/tests/
Drdpmc.c92 u64 i, loops = 1000; in __test__rdpmc() local
130 for (i = 0; i < loops; i++) in __test__rdpmc()
134 loops *= 10; in __test__rdpmc()
/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c17 extern void thirty_two_instruction_loop(u64 loops);
/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c21 extern void thirty_two_instruction_loop(uint64_t loops);
/tools/perf/Documentation/
Dperf-bench.txt86 Specify number of loops
113 Specify number of loops.
/tools/testing/ktest/
Dktest.pl1770 my $loops;