Searched refs:for_all_cpus (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 1898 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() function 3133 for_all_cpus(format_counters, t, c, p); in format_all_counters() 3656 for_all_cpus(sum_counters, t, c, p); in compute_average() 5983 for_all_cpus(update_msr_sum, EVEN_COUNTERS); in msr_record_handler() 6079 retval = for_all_cpus(get_counters, EVEN_COUNTERS); in turbostat_loop() 6106 retval = for_all_cpus(get_counters, ODD_COUNTERS); in turbostat_loop() 6129 retval = for_all_cpus(get_counters, EVEN_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() [all …]
|