Lines Matching refs:cpr
313 crp->cpr = call_path_root__new(); in call_return_processor__new()
314 if (!crp->cpr) in call_return_processor__new()
328 call_path_root__free(crp->cpr); in call_return_processor__free()
405 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom() local
420 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
435 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return() local
452 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return()
474 parent = &cpr->call_path; in thread_stack__no_call_return()
477 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return()
516 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end() local
524 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end()
582 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process() local
593 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()