Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c2317 double percent, percent_max = 0.0; in print_summary() local
2328 if (percent > percent_max) in print_summary()
2329 percent_max = percent; in print_summary()
2333 color = get_percent_color(percent_max); in print_summary()
2750 double percent_max = 0.0; in annotation__calc_lines() local
2759 if (percent > percent_max) in annotation__calc_lines()
2760 percent_max = percent; in annotation__calc_lines()
2763 if (percent_max <= 0.5) in annotation__calc_lines()
2845 double percent_max = 0.0; in annotation_line__max_percent() local
2854 if (percent > percent_max) in annotation_line__max_percent()
2918 double percent_max = annotation_line__max_percent(al, notes, percent_type); __annotation_line__write() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
3078 double percent_max = annotation_line__max_percent(al, notes, percent_type); __annotation_line__write() local
[all...]

Completed in 9 milliseconds