PMU_FL_EXCL_ENABLED
x86_pmu.flags |= PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED;
if (!(x86_pmu.flags & PMU_FL_EXCL_ENABLED))
x86_pmu.flags &= ~(PMU_FL_EXCL_CNTRS | PMU_FL_EXCL_ENABLED);
return !!(x86_pmu.flags & PMU_FL_EXCL_ENABLED);