Lines Matching refs:best_r
942 struct btrace_function *best_l, *best_r, *cand_l, *cand_r;
950 best_r = NULL;
967 best_r = cand_r;
978 /* We will fix up the level of BEST_R and succeeding function segments such
979 that BEST_R's level matches BEST_L's when we connect BEST_L to BEST_R.
981 This will ignore the level of RHS and following if BEST_R != RHS. I.e. if
982 BEST_R is a successor of RHS in the back trace of RHS (phases 1 and 3).
985 instead of at BEST_R. We will ignore the level fixup when connecting
986 BEST_L to BEST_R as they will already be on the same level. */
987 ftrace_fixup_level (btinfo, rhs, best_l->level - best_r->level);
989 ftrace_connect_backtrace (btinfo, best_l, best_r);