Lines Matching defs:percent
1382 double percent;
1384 percent = annotation_data__percent(&al->data[i],
1387 if (percent > max_percent)
1388 max_percent = percent;
1428 double percent;
1430 percent = annotation_data__percent(data, percent_type);
1431 color = get_percent_color(percent);
1440 color_fprintf(stdout, color, " %7.2f", percent);
2124 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
2128 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples;
2131 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period;
2134 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period;
2317 double percent, percent_max = 0.0;
2324 percent = al->data[i].percent_sum;
2325 color = get_percent_color(percent);
2326 color_fprintf(stdout, color, " %7.2f", percent);
2328 if (percent > percent_max)
2329 percent_max = percent;
2405 "percent: %s)\n",
2466 double percent __maybe_unused,
2754 double percent;
2756 percent = annotation_data__percent(&al->data[i],
2759 if (percent > percent_max)
2760 percent_max = percent;
2801 fprintf(stdout, "%s, [percent: %s]\n%s() %s\n",
2849 double percent;
2851 percent = annotation_data__percent(&al->data[i],
2854 if (percent > percent_max)
2855 percent_max = percent;
2912 void (*obj__set_percent_color)(void *obj, double percent, bool current),
2937 double percent;
2939 percent = annotation_data__percent(&al->data[i], percent_type);
2941 obj__set_percent_color(obj, percent, current_entry);
2948 obj__printf(obj, "%6.2f ", percent);