Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-diff.c505 struct hist_entry *p_right, *p_left; in hist_entry__cmp_compute() local
514 p_right = get_pair_data(right, &data__files[sort_compute]); in hist_entry__cmp_compute()
516 if (!p_left && !p_right) in hist_entry__cmp_compute()
519 if (!p_left || !p_right) in hist_entry__cmp_compute()
526 return __hist_entry__cmp_compute(p_left, p_right, c); in hist_entry__cmp_compute()