Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpmu.c835 static bool perf_pmu__match_ignoring_suffix(const char *pmu_name, const char *tok) in perf_pmu__match_ignoring_suffix() function
873 return perf_pmu__match_ignoring_suffix(name, pmu_name); in pmu_uncore_alias_match()
901 (!next_tok && !perf_pmu__match_ignoring_suffix(name, tok))) { in pmu_uncore_alias_match()
2057 if (tok && !perf_pmu__match_ignoring_suffix(name, tok)) in perf_pmu__match()