We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de0256 commit 8d09744Copy full SHA for 8d09744
tools/power/cpupower/bindings/python/raw_pylibcpupower.swg
@@ -134,6 +134,9 @@ void cpufreq_put_stats(struct cpufreq_stats *stats);
134
135
unsigned long cpufreq_get_transitions(unsigned int cpu);
136
137
+char *cpufreq_get_energy_performance_preference(unsigned int cpu);
138
+void cpufreq_put_energy_performance_preference(char *ptr);
139
+
140
int cpufreq_set_policy(unsigned int cpu, struct cpufreq_policy *policy);
141
142
int cpufreq_modify_policy_min(unsigned int cpu, unsigned long min_freq);
0 commit comments