Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhardwaremanager.h37 uint32_t max_percent; member
/linux-5.19.10/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-5.19.10/tools/perf/util/
Dannotate.c1390 double max_percent = 0.0; in annotation_line__print() local
1401 if (percent > max_percent) in annotation_line__print()
1402 max_percent = percent; in annotation_line__print()
1408 if (max_percent < min_pcnt) in annotation_line__print()
1424 color = get_percent_color(max_percent); in annotation_line__print()