Searched refs:EVEN_COUNTERS (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/tools/power/x86/turbostat/ |
| D | turbostat.c | 187 #define EVEN_COUNTERS thread_even, core_even, package_even macro 1707 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1735 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop() 1736 compute_average(EVEN_COUNTERS); in turbostat_loop() 1737 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 1740 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1749 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop() 3010 init_counter(EVEN_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters() 3071 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 3100 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in fork_it() [all …]
|