Lines Matching defs:percent
1483 double percent;
1485 percent = annotation_data__percent(&al->data[i],
1488 if (percent > max_percent)
1489 max_percent = percent;
1515 double percent;
1517 percent = annotation_data__percent(data, percent_type);
1518 color = get_percent_color(percent);
1527 color_fprintf(stdout, color, " %7.2f", percent);
2251 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples;
2255 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples;
2258 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period;
2261 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period;
2447 double percent, percent_max = 0.0;
2454 percent = al->data[i].percent_sum;
2455 color = get_percent_color(percent);
2456 color_fprintf(stdout, color, " %7.2f", percent);
2458 if (percent > percent_max)
2459 percent_max = percent;
2535 "percent: %s)\n",
2596 double percent __maybe_unused,
2898 double percent;
2900 percent = annotation_data__percent(&al->data[i],
2903 if (percent > percent_max)
2904 percent_max = percent;
2953 fprintf(stdout, "%s, [percent: %s]\n%s() %s\n",
3009 double percent;
3011 percent = annotation_data__percent(&al->data[i],
3014 if (percent > percent_max)
3015 percent_max = percent;
3072 void (*obj__set_percent_color)(void *obj, double percent, bool current),
3097 double percent;
3099 percent = annotation_data__percent(&al->data[i], percent_type);
3101 obj__set_percent_color(obj, percent, current_entry);
3108 obj__printf(obj, "%6.2f ", percent);