Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dcall-path.h54 struct call_path_root { struct
61 struct call_path_root *call_path_root__new(void); argument
62 void call_path_root__free(struct call_path_root *cpr);
64 struct call_path *call_path__findnew(struct call_path_root *cpr,
Dcall-path.c26 struct call_path_root *call_path_root__new(void) in call_path_root__new()
28 struct call_path_root *cpr; in call_path_root__new()
30 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
38 void call_path_root__free(struct call_path_root *cpr) in call_path_root__free()
49 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
77 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
Ddb-export.h21 struct call_path_root;
66 struct call_path_root *cpr;
Dthread-stack.h77 struct call_path_root *cpr;
Dthread-stack.c863 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
908 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
1021 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__trace_end()
1055 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__x86_retpoline()
1151 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()
1212 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__process()