Lines Matching refs:percent
466 double percent = cumul * 100.0 / new_total;
468 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0)
604 double percent = 0.0;
609 percent = 100.0 * get_field(he) / hists->stats.total_period;
611 ui_browser__set_percent_color(arg->b, percent, arg->current_entry);
616 ret += scnprintf(hpp->buf, hpp->size, "%6.2f%%", percent);
652 percent = 100.0 * period / total;
653 ui_browser__set_percent_color(arg->b, percent,
656 " %6.2f%%", percent);
814 float percent = h->stat.period * 100.0 /
820 if (percent < hb->min_pcnt)
837 float percent = h->stat.period * 100.0 /
840 if (percent < min_pcnt)
858 float percent = h->stat.period * 100.0 /
861 if (!h->filtered && percent >= min_pcnt)
1042 double percent = cumul * 100.0 / new_total;
1044 if (asprintf(&alloc_str, "%2.2f%% %s", percent, str) < 0)
1111 double percent;
1119 percent = (he->stat.period * 100.0) / browser->hists->stats.total_period;
1124 printed += fprintf(fp, " %5.2f%%", percent);