Home
last modified time | relevance | path

Searched refs:MSR_CORE_C7_RESIDENCY (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/tools/power/cpupower/utils/idle_monitor/
Dsnb_idle.c21 #define MSR_CORE_C7_RESIDENCY 0x3FE macro
68 msr = MSR_CORE_C7_RESIDENCY; in snb_get_count()
/linux-3.4.99/tools/power/x86/turbostat/
Dturbostat.c50 #define MSR_CORE_C7_RESIDENCY 0x3FE /* SNB only */ macro
528 if (get_msr(cnt->cpu, MSR_CORE_C7_RESIDENCY, &cnt->c7)) in get_counters()