Searched refs:EVEN_COUNTERS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/power/x86/turbostat/ |
| D | turbostat.c | 225 #define EVEN_COUNTERS thread_even, core_even, package_even macro 3074 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3106 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 3110 compute_average(EVEN_COUNTERS); in turbostat_loop() 3111 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 3120 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3129 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 5156 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters() 5241 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 5276 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it() [all …]
|