Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/arch/x86/util/
H A Devlist.c8 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() function
/linux-6.15/tools/perf/util/
H A Devlist.h105 int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs);
H A Dparse-events.c1968 __weak int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs) in arch_evlist__cmp() function
2032 return arch_evlist__cmp(lhs, rhs); in evlist__cmp()