Home
last modified time | relevance | path

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

/tools/perf/tests/
Dbp_signal.c167 long long count1, count2, count3; in test__bp_signal() local
255 count2 = bp_count(fd2); in test__bp_signal()
263 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
278 if (count2 != 3) in test__bp_signal()
284 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()