Searched refs:freq_count (Results 1 – 1 of 1) sorted by relevance
47 int freq_count; member76 int i, freq_count; in main() local120 freq_count = get_freq_scales_count(i); in main()122 old_cpus[i].freq_count = new_cpus[i].freq_count = freq_count; in main()134 old_total_cpu.freq_count = new_total_cpu.freq_count = new_cpus[0].freq_count; in main()277 for (i = 0; i < new_cpus[cpu].freq_count; i++) { in read_freq_stats()354 if (new_cpu->freq_count > 0) { in print_freq_stats()362 if (i + 1 != new_cpu->freq_count) { in print_freq_stats()389 for (j = 0; j < new_cpus[i].freq_count; j++) { in should_print_freq_stats()410 if (new_cpus[i].freq_count != new_cpus[0].freq_count) { in should_aggregate_freq_stats()[all …]