pmu_uncore_identifier_match
if (pmu_uncore_identifier_match(pe->compat, pmu->id)) {
bool pmu_uncore_identifier_match(const char *compat, const char *id);
if (pmu->id && pmu_uncore_identifier_match(compat, pmu->id))