Searched refs:get_msr (Results 1 – 2 of 2) sorted by relevance
/tools/power/x86/turbostat/ |
D | turbostat.c | 245 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() function 894 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters() 896 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters() 901 if (get_msr(cpu, MSR_SMI_COUNT, &msr)) in get_counters() 906 if (get_msr(cpu, extra_delta_offset32, &msr)) in get_counters() 912 if (get_msr(cpu, extra_delta_offset64, &t->extra_delta64)) in get_counters() 916 if (get_msr(cpu, extra_msr_offset32, &msr)) in get_counters() 922 if (get_msr(cpu, extra_msr_offset64, &t->extra_msr64)) in get_counters() 926 if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1)) in get_counters() 935 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3)) in get_counters() [all …]
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 187 unsigned long long get_msr(int cpu, int offset) in get_msr() function 248 cpu, get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS)); in print_msr()
|