Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/ui/browsers/
Dannotate.c322 double max_percent = 0.0; in annotate_browser__calc_percent() local
336 if (max_percent < percent) in annotate_browser__calc_percent()
337 max_percent = percent; in annotate_browser__calc_percent()
340 if (max_percent < 0.01 && pos->al.ipc == 0) { in annotate_browser__calc_percent()
/linux-6.6.21/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-6.6.21/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhardwaremanager.h37 uint32_t max_percent; member
/linux-6.6.21/tools/perf/util/
Dannotate.c1477 double max_percent = 0.0; in annotation_line__print() local
1488 if (percent > max_percent) in annotation_line__print()
1489 max_percent = percent; in annotation_line__print()
1495 if (max_percent < min_pcnt) in annotation_line__print()
1511 color = get_percent_color(max_percent); in annotation_line__print()