Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.h121 int64_t (*se_collapse)(struct hist_entry *, struct hist_entry *); member
H A Dsort.c261 .se_collapse = sort__comm_collapse,
558 .se_collapse = sort__srcline_collapse,
611 .se_collapse = sort__srcline_from_collapse,
659 .se_collapse = sort__srcline_to_collapse,
876 .se_collapse = sort__srcfile_collapse,
2415 .se_collapse = sort__type_collapse,
2468 .se_collapse = sort__typeoff_sort,
2526 .se_collapse = sort__typecln_sort,
2790 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse()
3570 sd->entry->se_collapse = sort__sym_sort; in __sort_dimension__update()
[all …]
/linux/tools/perf/
H A Dbuiltin-c2c.c1971 collapse_fn = dim->se->se_collapse ?: dim->se->se_cmp; in c2c_se_collapse()