Searched refs:bad_hist (Results 1 – 1 of 1) sorted by relevance
527 static int bad_hist[BROKEN_MAX]; variable623 bad_hist[BROKEN_ACQUIRE]++; in report_lock_acquire_event()687 bad_hist[BROKEN_ACQUIRED]++; in report_lock_acquired_event()745 bad_hist[BROKEN_CONTENDED]++; in report_lock_contended_event()809 bad_hist[BROKEN_RELEASE]++; in report_lock_release_event()1109 bad_hist[BROKEN_CONTENDED]++; in report_lock_contention_begin_event()1173 bad_hist[BROKEN_ACQUIRED]++; in report_lock_contention_end_event()1260 broken += bad_hist[i]; in print_bad_events()1270 fprintf(lock_output, " %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()1783 fprintf(lock_output, "%s bad_%s=%d", sep, name[i], bad_hist[i]); in print_footer_csv()