Searched refs:call_path__findnew (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | thread-stack.c | 879 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom() 928 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 958 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 968 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 982 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 988 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return() 1030 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end() 1090 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline() 1161 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process() 1220 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
|
D | call-path.h | 64 struct call_path *call_path__findnew(struct call_path_root *cpr,
|
D | call-path.c | 77 struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew() function
|
D | db-export.c | 266 current = call_path__findnew(dbe->cpr, current, in call_path_from_sample()
|