Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/ui/browsers/
Dannotate.c327 double max_percent = 0.0; in annotate_browser__calc_percent() local
341 if (max_percent < percent) in annotate_browser__calc_percent()
342 max_percent = percent; in annotate_browser__calc_percent()
345 if (max_percent < 0.01 && pos->al.ipc == 0) { in annotate_browser__calc_percent()
/Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_thermal.c38 fan_speed_info->max_percent = 100; in smu7_fan_ctrl_get_fan_speed_info()
Dvega10_thermal.c48 fan_speed_info->max_percent = 100; in vega10_fan_ctrl_get_fan_speed_info()
/Linux-v5.15/drivers/gpu/drm/amd/pm/inc/
Dhardwaremanager.h37 uint32_t max_percent; member
/Linux-v5.15/tools/perf/util/
Dannotate.c1373 double max_percent = 0.0; in annotation_line__print() local
1384 if (percent > max_percent) in annotation_line__print()
1385 max_percent = percent; in annotation_line__print()
1391 if (max_percent < min_pcnt) in annotation_line__print()
1407 color = get_percent_color(max_percent); in annotation_line__print()