Lines Matching refs:call_path_root
43 struct call_path_root { struct
58 struct call_path_root *cpr; argument
350 static struct call_path_root *call_path_root__new(void) in call_path_root__new()
352 struct call_path_root *cpr; in call_path_root__new()
354 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
362 static void call_path_root__free(struct call_path_root *cpr) in call_path_root__free()
373 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
401 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
541 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
571 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
652 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
718 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()