Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dsort.h286 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); member
Dsort.c222 .se_collapse = sort__comm_collapse,
473 .se_collapse = sort__srcline_collapse,
526 .se_collapse = sort__srcline_from_collapse,
574 .se_collapse = sort__srcline_to_collapse,
695 .se_collapse = sort__srcfile_collapse,
2328 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
3087 if (sd->entry->se_collapse) in __sort_dimension__add()
3198 sd->entry->se_collapse = sort__sym_sort; in sort_dimension__add()
/linux-6.6.21/tools/perf/
Dbuiltin-c2c.c1950 collapse_fn = dim->se->se_collapse ?: dim->se->se_cmp; in c2c_se_collapse()