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

/linux-master/tools/perf/tests/
H A Dbp_signal_overflow.c59 #define EXECUTIONS 10000 macro
115 for (i = 0; i < EXECUTIONS; i++)
127 if (count != EXECUTIONS) {
129 count, EXECUTIONS);
133 if (overflows != EXECUTIONS / THRESHOLD) {
135 overflows, EXECUTIONS / THRESHOLD);

Completed in 86 milliseconds