Home
last modified time | relevance | path

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

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