Searched refs:p_left (Results 1 – 1 of 1) sorted by relevance
803 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local811 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute()814 if (!p_left && !p_right) in hist_entry__cmp_compute()817 if (!p_left || !p_right) in hist_entry__cmp_compute()818 return p_left ? -1 : 1; in hist_entry__cmp_compute()824 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()831 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local833 p_left = get_pair_data(left, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()836 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()839 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()[all …]