Searched refs:call_path__new (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dcall-path.c49 static struct call_path *call_path__new(struct call_path_root *cpr, function
90 return call_path__new(cpr, parent, sym, ip, in_kernel);
106 cp = call_path__new(cpr, parent, sym, ip, in_kernel);

Completed in 105 milliseconds