Searched refs:uncore_active_ctrs (Results 1 – 1 of 1) sorted by relevance
351 static uint16_t uncore_active_ctrs = 0; variable352 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,739 mt_uncore_enabled ? uncore_active_ctrs : 0); in uncmon_init_locked_l()753 mt_uncore_enabled ? uncore_active_ctrs : 0); in uncmon_init_locked_r()854 if (!uncore_active_ctrs) { in uncore_read()857 if (ctr_mask & ~uncore_active_ctrs) { in uncore_read()889 uint32_t available = ~uncore_active_ctrs & config->allowed_ctr_mask; in uncore_add()903 if (uncore_active_ctrs == 0) { in uncore_add()933 uncore_active_ctrs |= UINT64_C(1) << ctr; in uncore_add()968 if (uncore_active_ctrs != 0) { in uncore_reset()[all …]