Lines Matching defs:cpr
761 crp->cpr = call_path_root__new();
762 if (!crp->cpr)
776 call_path_root__free(crp->cpr);
863 struct call_path_root *cpr = ts->crp->cpr;
878 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip,
908 struct call_path_root *cpr = ts->crp->cpr;
909 struct call_path *root = &cpr->call_path;
927 cp = call_path__findnew(cpr, root, tsym, addr, ks);
957 cp = call_path__findnew(cpr, root, tsym, addr, ks);
967 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
981 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
987 cp = call_path__findnew(cpr, cp, fsym, ip, ks);
1021 struct call_path_root *cpr = ts->crp->cpr;
1029 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0,
1055 struct call_path_root *cpr = ts->crp->cpr;
1091 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym,
1151 struct call_path_root *cpr = ts->crp->cpr;
1162 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp,
1212 struct call_path_root *cpr = ts->crp->cpr;
1221 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp,