Searched refs:collapse (Results 1 – 4 of 4) sorted by relevance
375 .collapse = hpp__nop_cmp, \387 .collapse = hpp__nop_cmp, \398 .collapse = hpp__nop_cmp, \
199 int64_t (*collapse)(struct hist_entry *a, struct hist_entry *b); member
1324 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()
937 cmp = fmt->collapse(left, right); in hist_entry__collapse()