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

/linux-master/tools/perf/util/
H A Dcall-path.h48 * struct call_path_root - root of all call paths.
54 struct call_path_root { struct
61 struct call_path_root *call_path_root__new(void);
62 void call_path_root__free(struct call_path_root *cpr);
64 struct call_path *call_path__findnew(struct call_path_root *cpr,
H A Dcall-path.c26 struct call_path_root *call_path_root__new(void)
28 struct call_path_root *cpr;
30 cpr = zalloc(sizeof(struct call_path_root));
38 void call_path_root__free(struct call_path_root *cpr)
49 static struct call_path *call_path__new(struct call_path_root *cpr,
77 struct call_path *call_path__findnew(struct call_path_root *cpr,
H A Ddb-export.h21 struct call_path_root;
66 struct call_path_root *cpr;
H A Dthread-stack.h77 struct call_path_root *cpr;
H A Dthread-stack.c864 struct call_path_root *cpr = ts->crp->cpr;
909 struct call_path_root *cpr = ts->crp->cpr;
1022 struct call_path_root *cpr = ts->crp->cpr;
1054 struct call_path_root *cpr = ts->crp->cpr;
1150 struct call_path_root *cpr = ts->crp->cpr;
1211 struct call_path_root *cpr = ts->crp->cpr;

Completed in 200 milliseconds