Searched refs:call_path__findnew (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread-stack.c | 393 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew() function 548 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom() 580 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return() 605 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return() 652 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end() 721 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
|