Searched refs:uncore_active_ctrs (Results 1 – 1 of 1) sorted by relevance
366 static uint16_t uncore_active_ctrs = 0; variable367 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,378 return (uint64_t)uncore_selectors_bit9 << 36 | (uint64_t)uncore_active_ctrs; in _upmcr0_value()380 return uncore_active_ctrs; in _upmcr0_value()957 if (!uncore_active_ctrs) { in uncore_read()960 if (ctr_mask & ~uncore_active_ctrs) { in uncore_read()992 uint32_t available = ~uncore_active_ctrs & config->allowed_ctr_mask; in uncore_add()1009 if (uncore_active_ctrs == 0) { in uncore_add()1042 uncore_active_ctrs |= UINT64_C(1) << ctr; in uncore_add()1101 if (uncore_active_ctrs & (1U << ctr)) { in uncore_reset()[all …]