Searched refs:perf_pmu___name_match (Results 1 – 1 of 1) sorted by relevance
2272 static bool perf_pmu___name_match(const struct perf_pmu *pmu, const char *to_match, bool wildcard) in perf_pmu___name_match() function2339 return perf_pmu___name_match(pmu, to_match, /*wildcard=*/true); in perf_pmu__name_wildcard_match()2350 return perf_pmu___name_match(pmu, to_match, /*wildcard=*/false); in perf_pmu__name_no_suffix_match()