perf/x86/intel: Factor out intel_pmu_check_num_counters
authorKan Liang <kan.liang@linux.intel.com>
Mon, 12 Apr 2021 14:30:51 +0000 (07:30 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 19 Apr 2021 18:03:26 +0000 (20:03 +0200)
commitb8c4d1a87610ba20da1abddb7aacbde0b2817c1a
tree9e791ebefb7f4b8bacf858f16bb62e0176ec4e78
parent183af7366b4e813ee4e0b995ff731e3ac28251f0
perf/x86/intel: Factor out intel_pmu_check_num_counters

Each Hybrid PMU has to check its own number of counters and mask fixed
counters before registration.

The intel_pmu_check_num_counters will be reused later to check the
number of the counters for each hybrid PMU.

Signed-off-by: Kan Liang <kan.liang@linux.intel.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: https://lkml.kernel.org/r/1618237865-33448-12-git-send-email-kan.liang@linux.intel.com
arch/x86/events/intel/core.c