Searched refs:call_path__findnew (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread-stack.c | 401 static struct call_path *call_path__findnew(struct call_path_root *cpr, in call_path__findnew() function 556 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom() 588 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return() 613 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return() 660 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end() 729 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
|