Searched refs:EVEN_COUNTERS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A 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() 3545 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3577 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 3581 compute_average(EVEN_COUNTERS); in turbostat_loop() 3582 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 3591 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3600 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 6066 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters() 6142 for_all_cpus(get_cpu_type, EVEN_COUNTERS); in turbostat_init() [all...] |
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 227 #define EVEN_COUNTERS thread_even, core_even, package_even macro 3278 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler() 3339 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3371 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 3375 compute_average(EVEN_COUNTERS); in turbostat_loop() 3376 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 3385 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 3394 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 5572 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters() 5657 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() [all...] |
Completed in 14 milliseconds