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.c790 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
799 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
801 if (!p_left && !p_right) in hist_entry__cmp_compute()
804 if (!p_left || !p_right) in hist_entry__cmp_compute()
811 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
818 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
821 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
823 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
826 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
842 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()