Searched refs:bad_hist (Results 1 – 1 of 1) sorted by relevance
559 static int bad_hist[BROKEN_MAX]; variable654 bad_hist[BROKEN_ACQUIRE]++; in report_lock_acquire_event()718 bad_hist[BROKEN_ACQUIRED]++; in report_lock_acquired_event()776 bad_hist[BROKEN_CONTENDED]++; in report_lock_contended_event()840 bad_hist[BROKEN_RELEASE]++; in report_lock_release_event()1100 bad_hist[BROKEN_CONTENDED]++; in report_lock_contention_begin_event()1164 bad_hist[BROKEN_ACQUIRED]++; in report_lock_contention_end_event()1251 broken += bad_hist[i]; in print_bad_events()1261 pr_info(" %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()1499 bad = bad_hist[BROKEN_CONTENDED]; in print_contention_result()[all …]