Searched refs:arch_evlist__cmp (Results 1 – 3 of 3) sorted by relevance
76 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() function
115 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs);
1922 __weak int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() function1979 return arch_evlist__cmp(lhs, rhs); in evlist__cmp()