Lines Matching defs:percent

799 			double percent;
801 percent = annotation_data__percent(&al->data[i],
804 if (percent > max_percent)
805 max_percent = percent;
835 double percent;
837 percent = annotation_data__percent(data, percent_type);
838 color = get_percent_color(percent);
847 color_fprintf(stdout, color, " %7.2f", percent);
933 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
937 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples;
940 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period;
943 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period;
1163 double percent, percent_max = 0.0;
1170 percent = al->data[i].percent_sum;
1171 color = get_percent_color(percent);
1172 color_fprintf(stdout, color, " %7.2f", percent);
1174 if (percent > percent_max)
1175 percent_max = percent;
1255 "percent: %s)\n",
1318 double percent __maybe_unused,
1636 double percent;
1638 percent = annotation_data__percent(&al->data[i],
1641 if (percent > percent_max)
1642 percent_max = percent;
1695 fprintf(stdout, "%s, [percent: %s]\n%s() %s\n",
1750 double percent;
1752 percent = annotation_data__percent(&al->data[i],
1755 if (percent > percent_max)
1756 percent_max = percent;
2024 void (*obj__set_percent_color)(void *obj, double percent, bool current) = wops->set_percent_color;
2041 double percent;
2043 percent = annotation_data__percent(&al->data[i],
2046 obj__set_percent_color(obj, percent, current_entry);
2053 obj__printf(obj, "%7.2f ", percent);