Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-kmem.c224 sort_fn_t sort_fn) in search_alloc_stat() argument
235 cmp = sort_fn(&key, data); in search_alloc_stat()
/linux/tools/perf/util/
H A Dsort.c2541 int64_t (*sort_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_sort() local
2544 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()
2545 return sort_fn(a, b); in __sort__hpp_sort()