Home
last modified time | relevance | path

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

/tools/perf/tests/
Dbp_signal.c171 long long count1, count2, count3; in test__bp_signal() local
258 count1 = bp_count(fd1); in test__bp_signal()
267 count1, count2, count3, overflows, overflows_2); in test__bp_signal()
269 if (count1 != 1) { in test__bp_signal()
270 if (count1 == 11) in test__bp_signal()
273 pr_debug("failed: wrong count for bp1%lld\n", count1); in test__bp_signal()
288 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()