Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-diff.c845 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
854 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
856 if (!p_left && !p_right) in hist_entry__cmp_compute()
859 if (!p_left || !p_right) in hist_entry__cmp_compute()
866 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
873 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
876 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
878 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
881 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
897 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()