Searched refs:EVEN_COUNTERS (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2191 #define EVEN_COUNTERS even.threads, even.cores, even.packages macro 6776 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler() 6873 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 6909 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 6914 compute_average(EVEN_COUNTERS); in turbostat_loop() 6915 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 6924 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 6933 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 9841 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters() 10510 for_all_cpus(get_cpu_type, EVEN_COUNTERS); in turbostat_init() [all …]
|