Searched refs:max_freq (Results 1 – 6 of 6) sorted by relevance
/tools/power/cpupower/lib/ |
D | sysfs.h | 28 unsigned long max_freq);
|
D | cpufreq.c | 165 int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq) in cpufreq_modify_policy_max() argument 167 return sysfs_modify_freq_policy_max(cpu, max_freq); in cpufreq_modify_policy_max()
|
D | cpufreq.h | 205 extern int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq);
|
D | sysfs.c | 561 int sysfs_modify_freq_policy_max(unsigned int cpu, unsigned long max_freq) in sysfs_modify_freq_policy_max() argument 565 snprintf(value, SYSFS_PATH_MAX, "%lu", max_freq); in sysfs_modify_freq_policy_max()
|
/tools/perf/util/ |
D | svghelper.c | 28 static u64 turbo_frequency, max_freq; variable 349 if (freq > max_freq) in cpu_model() 350 max_freq = freq; in cpu_model() 363 max_freq = __max_freq; in svg_cpu_box() 483 if (max_freq) in svg_pstate() 484 height = freq * 1.0 / max_freq * (SLOT_HEIGHT + SLOT_MULT); in svg_pstate()
|
/tools/perf/ |
D | builtin-timechart.c | 57 max_freq, /* Highest CPU frequency seen */ member 394 if ((u64)new_freq > tchart->max_freq) in p_state_change() 395 tchart->max_freq = new_freq; in p_state_change() 400 if (new_freq == tchart->max_freq - 1000) in p_state_change() 401 tchart->turbo_frequency = tchart->max_freq; in p_state_change() 1492 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file()
|