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

/linux-master/tools/perf/util/
H A Dpmu.c787 * perf_pmu__match_ignoring_suffix - Does the pmu_name match tok ignoring any
793 static bool perf_pmu__match_ignoring_suffix(const char *pmu_name, const char *tok) function
831 return perf_pmu__match_ignoring_suffix(name, pmu_name);
859 (!next_tok && !perf_pmu__match_ignoring_suffix(name, tok))) {
2014 if (tok && !perf_pmu__match_ignoring_suffix(name, tok))

Completed in 197 milliseconds