Searched refs:for_all_cpus (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2474 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() function 3825 for_all_cpus(format_counters, t, c, p); in format_all_counters() 4376 for_all_cpus(sum_counters, t, c, p); in compute_average() 6776 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler() 6873 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 6900 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 6924 retval = for_all_cpus(get_counters, EVEN_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() [all …]
|