Searched refs:p_right (Results 1 – 1 of 1) sorted by relevance
539 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local548 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()550 if (!p_left && !p_right) in hist_entry__cmp_compute()553 if (!p_left || !p_right) in hist_entry__cmp_compute()560 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()567 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local570 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()572 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()575 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()591 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()