Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dannotate.c2295 double percent, percent_max = 0.0; in print_summary() local
2306 if (percent > percent_max) in print_summary()
2307 percent_max = percent; in print_summary()
2311 color = get_percent_color(percent_max); in print_summary()
2728 double percent_max = 0.0; in annotation__calc_lines() local
2737 if (percent > percent_max) in annotation__calc_lines()
2738 percent_max = percent; in annotation__calc_lines()
2741 if (percent_max <= 0.5) in annotation__calc_lines()
2823 double percent_max = 0.0; in annotation_line__max_percent() local
2832 if (percent > percent_max) in annotation_line__max_percent()
[all …]