Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/
Dcpufreq-info.c435 unsigned long total_trans = cpufreq_get_transitions(cpu); in get_freq_stats() local
451 if (total_trans) in get_freq_stats()
452 printf(" (%lu)\n", total_trans); in get_freq_stats()