Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-diff.c803 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
811 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() local
833 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 …]