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.c2187 #define ODD_COUNTERS odd.threads, odd.cores, odd.packages macro
6886 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop()
6895 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
6919 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
6924 compute_average(ODD_COUNTERS); in turbostat_loop()
6925 format_all_counters(ODD_COUNTERS); in turbostat_loop()
8153 for_all_cpus(print_rapl, ODD_COUNTERS); in probe_rapl()
8305 for_all_cpus(set_temperature_target, ODD_COUNTERS); in probe_thermal()
8310 for_all_cpus(print_thermal, ODD_COUNTERS); in probe_thermal()
9063 for_all_cpus(print_hwp, ODD_COUNTERS); in probe_pstates()
[all …]