Home
last modified time | relevance | path

Searched refs:perf_pmu__wildcard_match (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dpmu.h337 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match);
H A Dpmus.c439 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()
H A Dpmu.c2616 bool perf_pmu__wildcard_match(const struct perf_pmu *pmu, const char *wildcard_to_match) in perf_pmu__wildcard_match() function
H A Dparse-events.c432 return perf_pmu__wildcard_match(pmu, parse_state->pmu_filter) == 0; in parse_events__filter_pmu()
/linux/tools/perf/tests/
H A Dpmu.c556 TEST_ASSERT_EQUAL(msg, perf_pmu__wildcard_match(&test_pmu, to_match), expect) in test__pmu_match()