Home
last modified time | relevance | path

Searched refs:call_path_root (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dcall-path.h63 struct call_path_root { struct
70 struct call_path_root *call_path_root__new(void); argument
71 void call_path_root__free(struct call_path_root *cpr);
73 struct call_path *call_path__findnew(struct call_path_root *cpr,
Dcall-path.c34 struct call_path_root *call_path_root__new(void) in call_path_root__new()
36 struct call_path_root *cpr; in call_path_root__new()
38 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
46 void call_path_root__free(struct call_path_root *cpr) in call_path_root__free()
57 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
85 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
Ddb-export.h30 struct call_path_root;
69 struct call_path_root *cpr;
Dthread-stack.c405 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
435 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
516 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
582 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()
Dthread-stack.h78 struct call_path_root *cpr;