Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbp_signal.c35 static int overflows_2; variable
77 overflows_2++; in sig_handler_2()
78 if (overflows_2 > 10) { in sig_handler_2()
267 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
279 if (overflows_2 != 3) in test__bp_signal()
288 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()