Searched refs:wildcard_to_match (Results 1 – 2 of 2) sorted by relevance
292 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match);
2479 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match) in perf_pmu__wildcard_match() argument2485 bool need_fnmatch = strisglob(wildcard_to_match); in perf_pmu__wildcard_match()2487 if (!strncmp(wildcard_to_match, "uncore_", 7)) in perf_pmu__wildcard_match()2488 wildcard_to_match += 7; in perf_pmu__wildcard_match()2499 if (perf_pmu__match_wildcard(pmu_name, wildcard_to_match) || in perf_pmu__wildcard_match()2500 (need_fnmatch && !fnmatch(wildcard_to_match, pmu_name, 0))) in perf_pmu__wildcard_match()