Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread-stack.c43 struct call_path_root { struct
58 struct call_path_root *cpr; argument
342 static struct call_path_root *call_path_root__new(void) in call_path_root__new()
344 struct call_path_root *cpr; in call_path_root__new()
346 cpr = zalloc(sizeof(struct call_path_root)); in call_path_root__new()
354 static void call_path_root__free(struct call_path_root *cpr) in call_path_root__free()
365 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new()
393 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew()
533 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__bottom()
563 struct call_path_root *cpr = ts->crp->cpr; in thread_stack__no_call_return()
[all …]