Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c182 #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()
[all …]