Searched refs:EVEN_COUNTERS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/power/x86/turbostat/ |
D | turbostat.c | 405 #define EVEN_COUNTERS thread_even, core_even, package_even macro 3453 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler() 3548 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3580 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 3584 compute_average(EVEN_COUNTERS); in turbostat_loop() 3585 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 3594 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3603 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 6065 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters() 6141 for_all_cpus(get_cpu_type, EVEN_COUNTERS); in turbostat_init() [all …]
|