Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread-stack.c373 static struct call_path *call_path__new(struct call_path_root *cpr, in call_path__new() function
414 return call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
430 cp = call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()