Lines Matching refs:EVEN_COUNTERS
182 #define EVEN_COUNTERS thread_even, core_even, package_even macro
1646 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
1674 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop()
1675 compute_average(EVEN_COUNTERS); in turbostat_loop()
1676 format_all_counters(EVEN_COUNTERS); in turbostat_loop()
1679 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
1688 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop()
2899 init_counter(EVEN_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters()
2960 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it()
2989 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in fork_it()
2990 compute_average(EVEN_COUNTERS); in fork_it()
2991 format_all_counters(EVEN_COUNTERS); in fork_it()