Searched refs:bad_hist (Results 1 – 1 of 1) sorted by relevance
605 static int bad_hist[BROKEN_MAX]; variable700 bad_hist[BROKEN_ACQUIRE]++; in report_lock_acquire_event()764 bad_hist[BROKEN_ACQUIRED]++; in report_lock_acquired_event()822 bad_hist[BROKEN_CONTENDED]++; in report_lock_contended_event()886 bad_hist[BROKEN_RELEASE]++; in report_lock_release_event()1185 bad_hist[BROKEN_CONTENDED]++; in report_lock_contention_begin_event()1249 bad_hist[BROKEN_ACQUIRED]++; in report_lock_contention_end_event()1336 broken += bad_hist[i]; in print_bad_events()1346 fprintf(lock_output, " %10s: %d\n", name[i], bad_hist[i]); in print_bad_events()1850 fprintf(lock_output, "%s bad_%s=%d", sep, name[i], bad_hist[i]); in print_footer_csv()