Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c428 …bool has_ext_cst_msrs; /* MSR_PKG_WEIGHTED_CORE_C0_RES/MSR_PKG_ANY_CORE_C0_RES/MSR_PKG_ANY_GFXE_C0… member
735 .has_ext_cst_msrs = 1,
752 .has_ext_cst_msrs = 1,
770 .has_ext_cst_msrs = cnl_features.has_ext_cst_msrs,
788 .has_ext_cst_msrs = adl_features.has_ext_cst_msrs,
8230 if (platform->has_ext_cst_msrs && !no_msr) { in probe_cstates()