collapse_fn      1744 tools/perf/builtin-c2c.c 	int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *);
collapse_fn      1746 tools/perf/builtin-c2c.c 	collapse_fn = dim->se->se_collapse ?: dim->se->se_cmp;
collapse_fn      1747 tools/perf/builtin-c2c.c 	return collapse_fn(a, b);
collapse_fn      1812 tools/perf/util/sort.c 	int64_t (*collapse_fn)(struct hist_entry *, struct hist_entry *);
collapse_fn      1815 tools/perf/util/sort.c 	collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp;
collapse_fn      1816 tools/perf/util/sort.c 	return collapse_fn(a, b);