Home
last modified time | relevance | path

Searched refs:ODD_COUNTERS (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2190 #define ODD_COUNTERS odd.threads, odd.cores, odd.packages macro
6900 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop()
6909 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
6933 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
6938 compute_average(ODD_COUNTERS); in turbostat_loop()
6939 format_all_counters(ODD_COUNTERS); in turbostat_loop()
8167 for_all_cpus(print_rapl, ODD_COUNTERS); in probe_rapl()
8319 for_all_cpus(set_temperature_target, ODD_COUNTERS); in probe_thermal()
8324 for_all_cpus(print_thermal, ODD_COUNTERS); in probe_thermal()
9077 for_all_cpus(print_hwp, ODD_COUNTERS); in probe_pstates()
[all …]