Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsort.h269 int64_t (*se_sort)(struct hist_entry *, struct hist_entry *); member
H A Dsort.c163 .se_sort = sort__comm_sort,
355 .se_sort = sort__sym_sort,
1855 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort()