Searched refs:loops (Results 1 – 7 of 7) sorted by relevance
/tools/perf/bench/ |
D | sched-pipe.c | 39 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()
|
D | sched-messaging.c | 36 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/ |
D | rdpmc.c | 92 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/ |
D | count_instructions.c | 17 extern void thirty_two_instruction_loop(u64 loops);
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | instruction_count_test.c | 21 extern void thirty_two_instruction_loop(uint64_t loops);
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 86 Specify number of loops 113 Specify number of loops.
|
/tools/testing/ktest/ |
D | ktest.pl | 1770 my $loops;
|