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

/linux-master/tools/perf/
H A Dbuiltin-annotate.c373 int total_good, total_bad, total; local
379 total_good = total_bad = 0;
383 total_bad += istat->bad;
393 total = total_good + total_bad;
398 total_bad, 100.0 * total_bad / (total ?: 1));

Completed in 137 milliseconds