Searched refs:bad_hist (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-lock.c622 static int bad_hist[BROKEN_MAX]; variable
718 bad_hist[BROKEN_ACQUIRE]++;
782 bad_hist[BROKEN_ACQUIRED]++;
840 bad_hist[BROKEN_CONTENDED]++;
904 bad_hist[BROKEN_RELEASE]++;
1204 bad_hist[BROKEN_CONTENDED]++;
1268 bad_hist[BROKEN_ACQUIRED]++;
1355 broken += bad_hist[i];
1365 fprintf(lock_output, " %10s: %d\n", name[i], bad_hist[i]);
1884 fprintf(lock_output, "%s bad_%s=%d", sep, name[i], bad_hist[
[all...]

Completed in 199 milliseconds