Lines Matching refs:EVEN_COUNTERS
1647 #define EVEN_COUNTERS thread_even, core_even, package_even macro
5983 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler()
6079 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
6115 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
6119 compute_average(EVEN_COUNTERS); in turbostat_loop()
6120 format_all_counters(EVEN_COUNTERS); in turbostat_loop()
6129 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
6138 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
8449 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters()
8986 for_all_cpus(get_cpu_type, EVEN_COUNTERS); in turbostat_init()
9007 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it()
9040 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it()
9043 compute_average(EVEN_COUNTERS); in fork_it()
9044 format_all_counters(EVEN_COUNTERS); in fork_it()