Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dannotate.c2447 double percent, percent_max = 0.0; in print_summary() local
2458 if (percent > percent_max) in print_summary()
2459 percent_max = percent; in print_summary()
2463 color = get_percent_color(percent_max); in print_summary()
2894 double percent_max = 0.0; in annotation__calc_lines() local
2903 if (percent > percent_max) in annotation__calc_lines()
2904 percent_max = percent; in annotation__calc_lines()
2907 if (percent_max <= 0.5) in annotation__calc_lines()
3005 double percent_max = 0.0; in annotation_line__max_percent() local
3014 if (percent > percent_max) in annotation_line__max_percent()
[all …]