Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread-stack.c43 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()
[all …]