Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsort.c1456 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse() local
1459 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
1460 return collapse_fn(a, b); in __sort__hpp_collapse()