Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dsort.c1320 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse() local
1323 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
1324 return collapse_fn(a, b); in __sort__hpp_collapse()