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

/linux-master/tools/perf/tests/
H A Dpmu-events.c595 int alias_count = 0, to_match_count = 0, matched_count = 0; local
616 to_match_count++;
618 if (alias_count != to_match_count) {
620 pmu_name, to_match_count, alias_count);

Completed in 208 milliseconds