Searched refs:collapse (Results 1 – 5 of 5) sorted by relevance
/tools/perf/ui/ |
D | hist.c | 398 .collapse = hpp__nop_cmp, \ 412 .collapse = hpp__nop_cmp, \ 425 .collapse = hpp__nop_cmp, \
|
/tools/perf/util/ |
D | hist.h | 242 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
|
D | hist.c | 1103 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse() 1279 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry() 2180 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry() 2244 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
|
D | sort.c | 1641 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp() 1990 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
|
/tools/perf/ |
D | builtin-diff.c | 1101 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register() 1186 fmt->collapse = hist_entry__cmp_nop; in ui_init()
|