Searched refs:total_good (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;
450 total_good += istat->good;
461 total = total_good + total_bad;
465 total_good, 100.0 * total_good / (total ?: 1),

Completed in 122 milliseconds