Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dthread-stack.c878 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
927 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
957 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return()
967 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
981 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return()
987 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
1029 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end()
1091 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
1162 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
1221 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
Dcall-path.h64 struct call_path *call_path__findnew(struct call_path_root *cpr,
Dcall-path.c77 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew() function
Ddb-export.c263 current = call_path__findnew(dbe->cpr, current, in call_path_from_sample()