Searched refs:hist_entry__new_pair (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ui/ |
H A D | hist.c | 161 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, in hist_entry__new_pair() function 207 ret = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__group_sort_idx() 254 i = hist_entry__new_pair(a, b, get_field, nr_members, &fields_a, &fields_b); in __hpp__sort()
|