Searched refs:call_path__init (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread-stack.c | 330 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init() function 349 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new() 388 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new()
|