Searched refs:max_freq (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/intel_pstate/ |
| A D | run.sh | 97 max_freq=$((_max_freq / 1000)) 100 [ $EVALUATE_ONLY -eq 0 ] && for freq in `seq $max_freq -100 $min_freq` 107 [ $EVALUATE_ONLY -eq 0 ] && cpupower frequency-set -g powersave --max=${max_freq}MHz >& /dev/null 111 echo "The maximum frequency of the cpu is $max_freq MHz" 116 for freq in `seq $max_freq -100 $min_freq` 126 $((max_perf_pct * max_freq))
|
| /tools/perf/util/ |
| A 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()
|
| A D | evlist.c | 1634 int max_freq; in evlist__strerror_open() local 1636 if (sysctl__read_int("kernel/perf_event_max_sample_rate", &max_freq) < 0) in evlist__strerror_open() 1639 if (first->core.attr.sample_freq < (u64)max_freq) in evlist__strerror_open() 1646 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open()
|
| /tools/power/cpupower/lib/ |
| A D | cpufreq.h | 200 int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq);
|
| A D | cpufreq.c | 675 int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq) in cpufreq_modify_policy_max() argument 679 snprintf(value, SYSFS_PATH_MAX, "%lu", max_freq); in cpufreq_modify_policy_max()
|
| /tools/perf/ |
| A D | builtin-timechart.c | 62 max_freq, /* Highest CPU frequency seen */ member 415 if ((u64)new_freq > tchart->max_freq) in p_state_change() 416 tchart->max_freq = new_freq; in p_state_change() 421 if (new_freq == tchart->max_freq - 1000) in p_state_change() 422 tchart->turbo_frequency = tchart->max_freq; in p_state_change() 1498 svg_cpu_box(i, tchart->max_freq, tchart->turbo_frequency); in write_svg_file()
|
| /tools/power/cpupower/bindings/python/ |
| A D | raw_pylibcpupower.swg | 144 int cpufreq_modify_policy_max(unsigned int cpu, unsigned long max_freq);
|
Completed in 25 milliseconds