Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-diff.c550 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
559 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute()
561 if (!p_left && !p_right) in hist_entry__cmp_compute()
564 if (!p_left || !p_right) in hist_entry__cmp_compute()
571 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()
578 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute_idx() local
581 p_right = get_pair_data(right, &data__files[sort_idx]); in hist_entry__cmp_compute_idx()
583 if (!p_left && !p_right) in hist_entry__cmp_compute_idx()
586 if (!p_left || !p_right) in hist_entry__cmp_compute_idx()
602 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute_idx()