Searched refs:bad_hist (Results 1 – 1 of 1) sorted by relevance
529 static int bad_hist[BROKEN_MAX]; variable625 bad_hist[BROKEN_ACQUIRE]++; in report_lock_acquire_event()689 bad_hist[BROKEN_ACQUIRED]++; in report_lock_acquired_event()747 bad_hist[BROKEN_CONTENDED]++; in report_lock_contended_event()811 bad_hist[BROKEN_RELEASE]++; in report_lock_release_event()1111 bad_hist[BROKEN_CONTENDED]++; in report_lock_contention_begin_event()1175 bad_hist[BROKEN_ACQUIRED]++; in report_lock_contention_end_event()1262 broken += bad_hist[i]; in print_bad_events()1272 fprintf(lock_output, " %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()1785 fprintf(lock_output, "%s bad_%s=%d", sep, name[i], bad_hist[i]); in print_footer_csv()