Home
last modified time | relevance | path

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

/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py155 def store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask): argument
165 string_buffer = "CPU_%03u, %05u, %06u, %u, %u, %u, %.4f, %u, %u, %u, %.2f, %.3f, %u, %.3f, %s\n" % (cpu_int, int(time_pre_dec), int(time_post_dec), int(min_perf), int(des_perf), int(max_perf), freq_ghz, int(mperf), int(aperf), int(tsc), load, duration_ms, sample_num, elapsed_time, common_comm)
181 f_handle.write('common_cpu, common_secs, common_usecs, min_perf, des_perf, max_perf, freq, mperf, aperf, tsc, load, duration_ms, sample_num, elapsed_time, common_comm')
209 min_perf = search_obj.group(10)
234 store_csv(cpu_int, time_pre_dec, time_post_dec, min_perf, des_perf, max_perf, freq_ghz, mperf, aperf, tsc, common_comm, load, duration_ms, sample_num, elapsed_time, cpu_mask)
/linux/drivers/cpufreq/
H A Dintel_pstate.c1326 int min_perf; in intel_pstate_hwp_offline() local
1355 min_perf = HWP_LOWEST_PERF(READ_ONCE(cpu->hwp_cap_cached)); in intel_pstate_hwp_offline()
1358 value |= HWP_MAX_PERF(min_perf); in intel_pstate_hwp_offline()
1359 value |= HWP_MIN_PERF(min_perf); in intel_pstate_hwp_offline()
3243 unsigned long min_perf, in intel_cpufreq_adjust_perf() argument
3263 if (min_perf < capacity) in intel_cpufreq_adjust_perf()
3264 min_pstate = DIV_ROUND_UP(cap_pstate * min_perf, capacity); in intel_cpufreq_adjust_perf()
H A Dcpufreq.c2244 unsigned long min_perf, in cpufreq_driver_adjust_perf() argument
2248 cpufreq_driver->adjust_perf(policy, min_perf, target_perf, capacity); in cpufreq_driver_adjust_perf()
/linux/rust/kernel/
H A Dcpufreq.rs1263 min_perf: c_ulong, in adjust_perf_callback()
1270 T::adjust_perf(policy, min_perf, target_perf, capacity); in adjust_perf_callback()
/linux/drivers/acpi/
H A Dcppc_acpi.c1856 perf_ctrls->min_perf = min; in cppc_get_perf()
1947 if (perf_ctrls->min_perf) in cppc_set_perf()
1948 cpc_write(cpu, min_perf_reg, perf_ctrls->min_perf); in cppc_set_perf()