Searched refs:ODD_COUNTERS (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 181 #define ODD_COUNTERS thread_odd, core_odd, package_odd macro 1665 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 1674 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop() 1688 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop() 1689 compute_average(ODD_COUNTERS); in turbostat_loop() 1690 format_all_counters(ODD_COUNTERS); in turbostat_loop() 2900 init_counter(ODD_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters() 2941 for_all_cpus(print_epb, ODD_COUNTERS); in turbostat_init() 2944 for_all_cpus(print_perf_limit, ODD_COUNTERS); in turbostat_init() 2947 for_all_cpus(print_rapl, ODD_COUNTERS); in turbostat_init() [all …]
|