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

Completed in 145 milliseconds