Home
last modified time | relevance | path

Searched refs:p_right (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/
H A Dbuiltin-diff.c791 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
800 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
802 if (!p_left && !p_right) in hist_entry__cmp_compute()
805 if (!p_left || !p_right) in hist_entry__cmp_compute()
812 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
819 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
822 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
824 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
827 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
843 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()