Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c276 #define BIC_pct_idle (1ULL << 63) macro
282 #define BIC_GROUP_SW_IDLE (BIC_Busy | BIC_cpuidle | BIC_pct_idle )
283 #define BIC_GROUP_IDLE (BIC_GROUP_HW_IDLE | BIC_pct_idle)
289 unsigned long long bic_present = BIC_USEC | BIC_TOD | BIC_cpuidle | BIC_pct_idle | BIC_APIC | BIC_X…
10286 if (!DO_BIC(BIC_pct_idle)) in probe_cpuidle_residency()
10311 if (!DO_BIC(BIC_pct_idle) && !is_deferred_add(name_buf)) in probe_cpuidle_residency()