Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread-stack.c31 struct call_path_block { struct
364 struct call_path_block *pos, *n; in call_path_root__free()
378 struct call_path_block *cpb; in call_path__new()
383 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
386 cpb = zalloc(sizeof(struct call_path_block)); in call_path__new()