Lines Matching refs:right
35 static int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
36 static int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
1210 struct hist_entry *right) in hist_entry__fast__sym_diff() argument
1213 struct symbol *sym_r = right->ms.sym; in hist_entry__fast__sym_diff()
1216 return left->ip != right->ip; in hist_entry__fast__sym_diff()
1388 struct hist_entry *right, unsigned long fn_offset, in hist_entry__cmp_impl() argument
1401 cmp = (int64_t)!!left->filtered - (int64_t)!!right->filtered; in hist_entry__cmp_impl()
1414 cmp = (*fn)(fmt, left, right); in hist_entry__cmp_impl()
1423 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) in hist_entry__cmp() argument
1425 return hist_entry__cmp_impl(left->hists->hpp_list, left, right, in hist_entry__cmp()
1430 hist_entry__sort(struct hist_entry *left, struct hist_entry *right) in hist_entry__sort() argument
1432 return hist_entry__cmp_impl(left->hists->hpp_list, left, right, in hist_entry__sort()
1437 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) in hist_entry__collapse() argument
1439 return hist_entry__cmp_impl(left->hists->hpp_list, left, right, in hist_entry__collapse()
1446 struct hist_entry *right) in hist_entry__collapse_hierarchy() argument
1448 return hist_entry__cmp_impl(hpp_list, left, right, in hist_entry__collapse_hierarchy()