Searched refs:INTEL_PMC_MAX_GENERIC (Results 1 – 5 of 5) sorted by relevance
11 #define INTEL_PMC_MAX_GENERIC 32 macro
587 INTEL_PMC_MAX_GENERIC, pmu->nr_arch_fixed_counters); in intel_pmu_refresh()
1374 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > INTEL_PMC_MAX_GENERIC); in p4_pmu_init()
3084 for_each_set_bit(idx, cntr_mask, INTEL_PMC_MAX_GENERIC) { in intel_pmu_reset()5241 if (bit > INTEL_PMC_MAX_GENERIC) { in intel_pmu_check_counters_mask()5243 bit, INTEL_PMC_MAX_GENERIC); in intel_pmu_check_counters_mask()5244 *cntr_mask &= GENMASK_ULL(INTEL_PMC_MAX_GENERIC - 1, 0); in intel_pmu_check_counters_mask()
2031 for_each_set_bit(bit, (unsigned long *)&cntr->cntr, INTEL_PMC_MAX_GENERIC) { in __setup_pebs_counter_group()
Completed in 32 milliseconds