Searched refs:ODD_COUNTERS (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 1646 #define ODD_COUNTERS thread_odd, core_odd, package_odd macro 6106 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 6115 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop() 6138 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop() 6142 compute_average(ODD_COUNTERS); in turbostat_loop() 6143 format_all_counters(ODD_COUNTERS); in turbostat_loop() 7130 for_all_cpus(print_rapl, ODD_COUNTERS); in probe_rapl() 7285 for_all_cpus(set_temperature_target, ODD_COUNTERS); in probe_thermal() 7290 for_all_cpus(print_thermal, ODD_COUNTERS); in probe_thermal() 7935 for_all_cpus(print_hwp, ODD_COUNTERS); in probe_pstates() [all …]
|