Home
last modified time | relevance | path

Searched refs:pmu_uncore_identifier_match (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/ !
H A Dpmu.h279 bool pmu_uncore_identifier_match(const char *compat, const char *id);
H A Dpmu.c1020 bool pmu_uncore_identifier_match(const char *compat, const char *id) in pmu_uncore_identifier_match() function
1091 if (pmu_uncore_identifier_match(pe->compat, pmu->id)) { in pmu_add_sys_aliases_iter_fn()
H A Dmetricgroup.c412 if (!pmu->id || !pmu_uncore_identifier_match(pm->compat, pmu->id)) in metricgroup__sys_event_iter()