• Home
  • Raw
  • Download

Lines Matching refs:cp

45 	struct call_path *cp;  member
158 return ts->stack[ts->cnt - 1].cp->in_kernel; in thread_stack__in_kernel()
174 cr.cp = tse->cp; in thread_stack__call_return()
334 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp() argument
351 tse->cp = cp; in thread_stack__push_cp()
369 if (tse->cp->sym == sym) in thread_stack__pop_cp()
406 struct call_path *cp; in thread_stack__bottom() local
420 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
422 if (!cp) in thread_stack__bottom()
425 return thread_stack__push_cp(thread->ts, ip, sample->time, ref, cp, in thread_stack__bottom()
436 struct call_path *cp, *parent; in thread_stack__no_call_return() local
452 cp = call_path__findnew(cpr, &cpr->call_path, in thread_stack__no_call_return()
455 if (!cp) in thread_stack__no_call_return()
458 cp, true); in thread_stack__no_call_return()
472 parent = ts->stack[ts->cnt - 1].cp; in thread_stack__no_call_return()
477 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return()
479 if (!cp) in thread_stack__no_call_return()
482 err = thread_stack__push_cp(ts, sample->addr, sample->time, ref, cp, in thread_stack__no_call_return()
503 if (tse->cp->sym == NULL && tse->cp->ip == 0) { in thread_stack__trace_begin()
517 struct call_path *cp; in thread_stack__trace_end() local
524 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, NULL, 0, in thread_stack__trace_end()
526 if (!cp) in thread_stack__trace_end()
531 return thread_stack__push_cp(ts, ret_addr, sample->time, ref, cp, in thread_stack__trace_end()
583 struct call_path *cp; in thread_stack__process() local
593 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 1].cp, in thread_stack__process()
596 if (!cp) in thread_stack__process()
599 cp, false); in thread_stack__process()