call_path__findnew
struct call_path *call_path__findnew(struct call_path_root *cpr,
current = call_path__findnew(dbe->cpr, current,
cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0,
cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym,
cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp,
cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp,
cp = call_path__findnew(cpr, &cpr->call_path, sym, ip,
cp = call_path__findnew(cpr, root, tsym, addr, ks);
cp = call_path__findnew(cpr, root, tsym, addr, ks);
cp = call_path__findnew(cpr, parent, tsym, addr, ks);
cp = call_path__findnew(cpr, parent, tsym, addr, ks);
cp = call_path__findnew(cpr, cp, fsym, ip, ks);