Searched refs:ODD_COUNTERS (Results 1 – 1 of 1) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 165 #define ODD_COUNTERS thread_odd, core_odd, package_odd macro 1426 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 1435 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop() 1449 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop() 1450 compute_average(ODD_COUNTERS); in turbostat_loop() 1451 format_all_counters(ODD_COUNTERS); in turbostat_loop() 2279 init_counter(ODD_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters() 2313 for_all_cpus(print_epb, ODD_COUNTERS); in turbostat_init() 2316 for_all_cpus(print_rapl, ODD_COUNTERS); in turbostat_init() 2318 for_all_cpus(set_temperature_target, ODD_COUNTERS); in turbostat_init() [all …]
|