Searched refs:pmu_uncore_alias_match (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dpmu.c819 * pmu_uncore_alias_match - does name match the PMU name?
825 static bool pmu_uncore_alias_match(const char *pmu_name, const char *name) function
937 if (pmu_uncore_alias_match(pe->pmu, pmu->name) &&
1755 (pmu->is_uncore && pmu_uncore_alias_match(pmu_name, pmu->name)) ||

Completed in 210 milliseconds