Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h345 #define MSR_KNL_CORE_C6_RESIDENCY 0x000003ff macro
/linux-5.19.10/arch/x86/include/asm/
Dmsr-index.h345 #define MSR_KNL_CORE_C6_RESIDENCY 0x000003ff macro
/linux-5.19.10/arch/x86/events/intel/
Dcstate.c700 pkg_msr[PERF_CSTATE_CORE_C6_RES].msr = MSR_KNL_CORE_C6_RESIDENCY; in cstate_probe()
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c2160 if (get_msr(cpu, MSR_KNL_CORE_C6_RESIDENCY, &c->c6)) in get_counters()