Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.c2480 double percent, percent_max = 0.0; in print_summary() local
2491 if (percent > percent_max) in print_summary()
2492 percent_max = percent; in print_summary()
2496 color = get_percent_color(percent_max); in print_summary()
2925 double percent_max = 0.0; in annotation__calc_lines() local
2935 if (percent > percent_max) in annotation__calc_lines()
2936 percent_max = percent; in annotation__calc_lines()
2939 if (percent_max <= 0.5) in annotation__calc_lines()
3036 double percent_max = 0.0; in annotation_line__max_percent() local
3045 if (percent > percent_max) in annotation_line__max_percent()
[all …]