Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c220 #define EVEN_COUNTERS thread_even, core_even, package_even macro
2964 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
2996 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) { in turbostat_loop()
3000 compute_average(EVEN_COUNTERS); in turbostat_loop()
3001 format_all_counters(EVEN_COUNTERS); in turbostat_loop()
3010 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop()
3019 if (for_all_cpus_2(delta_cpu, EVEN_COUNTERS, ODD_COUNTERS)) { in turbostat_loop()
4949 init_counter(EVEN_COUNTERS, cpu_id); in initialize_counters()
5034 status = for_all_cpus(get_counters, EVEN_COUNTERS); in fork_it()
5066 if (for_all_cpus_2(delta_cpu, ODD_COUNTERS, EVEN_COUNTERS)) in fork_it()
[all …]