Home
last modified time | relevance | path

Searched refs:collapse (Results 1 – 4 of 4) sorted by relevance

/tools/perf/ui/
Dhist.c375 .collapse = hpp__nop_cmp, \
387 .collapse = hpp__nop_cmp, \
398 .collapse = hpp__nop_cmp, \
/tools/perf/util/
Dhist.h199 int64_t (*collapse)(struct hist_entry *a, struct hist_entry *b); member
Dsort.c1324 hse->hpp.collapse = sd->entry->se_collapse ? : sd->entry->se_cmp; in __sort_dimension__alloc_hpp()
1325 hse->hpp.sort = sd->entry->se_sort ? : hse->hpp.collapse; in __sort_dimension__alloc_hpp()
Dhist.c937 cmp = fmt->collapse(left, right); in hist_entry__collapse()