Searched refs:EVEN_COUNTERS (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 166 #define EVEN_COUNTERS thread_even, core_even, package_even macro 1407 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1435 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop() 1436 compute_average(EVEN_COUNTERS); in turbostat_loop() 1437 format_all_counters(EVEN_COUNTERS); in turbostat_loop() 1440 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 1449 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop() 2278 init_counter(EVEN_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters() 2329 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it() 2358 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in fork_it() [all …]
|