Searched refs:call_path__init (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | call-path.c | 14 static void call_path__init(struct call_path *cp, struct call_path *parent, in call_path__init() function 33 call_path__init(&cpr->call_path, NULL, NULL, 0, false); in call_path_root__new() 72 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new()
|