Searched refs:get_msr_sum (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 440 int get_msr_sum(int cpu, off_t offset, unsigned long long *msr); 2285 if (get_msr_sum(cpu, MSR_PKG_ENERGY_STATUS, &msr)) in get_counters() 2290 if (get_msr_sum(cpu, MSR_PP0_ENERGY_STATUS, &msr)) in get_counters() 2295 if (get_msr_sum(cpu, MSR_DRAM_ENERGY_STATUS, &msr)) in get_counters() 2300 if (get_msr_sum(cpu, MSR_PP1_ENERGY_STATUS, &msr)) in get_counters() 2305 if (get_msr_sum(cpu, MSR_PKG_PERF_STATUS, &msr)) in get_counters() 2310 if (get_msr_sum(cpu, MSR_DRAM_PERF_STATUS, &msr)) in get_counters() 2315 if (get_msr_sum(cpu, MSR_PKG_ENERGY_STAT, &msr)) in get_counters() 3396 int get_msr_sum(int cpu, off_t offset, unsigned long long *msr) in get_msr_sum() function
|