Home
last modified time | relevance | path

Searched refs:max_percent (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c353 double max_percent = 0.0; in annotate_browser__calc_percent() local
367 if (max_percent < percent) in annotate_browser__calc_percent()
368 max_percent = percent; in annotate_browser__calc_percent()
371 if (max_percent < 0.01 && (!pos->al.cycles || pos->al.cycles->ipc == 0)) { in annotate_browser__calc_percent()
/linux/tools/perf/util/
H A Dannotate.c792 double max_percent = 0.0; in annotation_line__print() local
802 if (percent > max_percent) in annotation_line__print()
803 max_percent = percent; in annotation_line__print()
809 if (max_percent < opts->min_pcnt) in annotation_line__print()
829 color = get_percent_color(max_percent); in annotation_line__print()