Searched refs:perf_pmu__wildcard_match (Results 1 – 5 of 5) sorted by relevance
337 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match);
439 if (perf_pmu__wildcard_match(pmu, wildcard)) in perf_pmus__scan_matching_wildcard() 446 if (perf_pmu__wildcard_match(pmu, wildcard)) in perf_pmus__scan_matching_wildcard()
2616 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match) in perf_pmu__wildcard_match() function
432 return perf_pmu__wildcard_match(pmu, parse_state->pmu_filter) == 0; in parse_events__filter_pmu()
556 TEST_ASSERT_EQUAL(msg, perf_pmu__wildcard_match(&test_pmu, to_match), expect) in test__pmu_match()