Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate.c319 double max_percent = 0.0; in annotate_browser__calc_percent() local
333 if (max_percent < percent) in annotate_browser__calc_percent()
334 max_percent = percent; in annotate_browser__calc_percent()
337 if (max_percent < 0.01 && (!pos->al.cycles || pos->al.cycles->ipc == 0)) { in annotate_browser__calc_percent()
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhardwaremanager.h37 uint32_t max_percent; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_thermal.c38 fan_speed_info->max_percent = 100; in smu7_fan_ctrl_get_fan_speed_info()
H A Dvega10_thermal.c48 fan_speed_info->max_percent = 100; in vega10_fan_ctrl_get_fan_speed_info()
/linux/tools/perf/util/
H A Dannotate.c772 double max_percent = 0.0; in annotation_line__print() local
782 if (percent > max_percent) in annotation_line__print()
783 max_percent = percent; in annotation_line__print()
789 if (max_percent < min_pcnt) in annotation_line__print()
805 color = get_percent_color(max_percent); in annotation_line__print()