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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c441 int total_good, total_bad, total; local
447 total_good = total_bad = 0;
451 total_bad += istat->bad;
461 total = total_good + total_bad;
466 total_bad, 100.0 * total_bad / (total ?: 1));

Completed in 134 milliseconds