Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/x86/include/asm/
Dmsr-index.h158 #define MSR_CORE_C7_RESIDENCY 0x000003fe macro
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cstate.c195 [PERF_CSTATE_CORE_C7_RES] = { MSR_CORE_C7_RESIDENCY, &evattr_cstate_core_c7, test_core, },
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c1048 if (get_msr(cpu, MSR_CORE_C7_RESIDENCY, &c->c7)) in get_counters()