Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-c2c.c1942 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in c2c_se_collapse() local
1944 collapse_fn = dim->se->se_collapse ?: dim->se->se_cmp; in c2c_se_collapse()
1945 return collapse_fn(a, b); in c2c_se_collapse()
/linux-6.1.9/tools/perf/util/
Dsort.c2174 int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *); in __sort__hpp_collapse() local
2177 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
2178 return collapse_fn(a, b); in __sort__hpp_collapse()