Searched refs:ODD_COUNTERS (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/tools/power/x86/turbostat/ |
| D | turbostat.c | 186 #define ODD_COUNTERS thread_odd, core_odd, package_odd macro 1726 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 1735 for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS); in turbostat_loop() 1749 for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS); in turbostat_loop() 1750 compute_average(ODD_COUNTERS); in turbostat_loop() 1751 format_all_counters(ODD_COUNTERS); in turbostat_loop() 3011 init_counter(ODD_COUNTERS, my_thread_id, my_core_id, my_package_id, cpu_id); in initialize_counters() 3052 for_all_cpus(print_epb, ODD_COUNTERS); in turbostat_init() 3055 for_all_cpus(print_perf_limit, ODD_COUNTERS); in turbostat_init() 3058 for_all_cpus(print_rapl, ODD_COUNTERS); in turbostat_init() [all …]
|