Home
last modified time | relevance | path

Searched refs:cpufreq_get_transitions (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/tools/power/cpupower/lib/
Dcpufreq.h182 unsigned long cpufreq_get_transitions(unsigned int cpu);
Dcpufreq.c800 unsigned long cpufreq_get_transitions(unsigned int cpu) in cpufreq_get_transitions() function
/linux-6.14.4/tools/power/cpupower/bindings/python/
Draw_pylibcpupower.swg135 unsigned long cpufreq_get_transitions(unsigned int cpu);
/linux-6.14.4/tools/power/cpupower/utils/
Dcpufreq-info.c404 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats()