Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c289 unsigned long long bic_present = BIC_USEC | BIC_TOD | BIC_cpuidle | BIC_pct_idle | BIC_APIC | BIC_X… variable
291 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME)
292 #define DO_BIC_READ(COUNTER_NAME) (bic_present & COUNTER_NAME)
294 #define BIC_PRESENT(COUNTER_BIT) (bic_present |= COUNTER_BIT)
295 #define BIC_NOT_PRESENT(COUNTER_BIT) (bic_present &= ~COUNTER_BIT)