Lines Matching refs:sym
331 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() argument
334 cp->sym = sym; in call_path__init()
335 cp->ip = sym ? 0 : ip; in call_path__init()
367 struct symbol *sym, u64 ip, in call_path__new() argument
388 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new()
395 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument
402 if (sym) in call_path__findnew()
406 return call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
413 if (cp->sym == sym && cp->ip == ip) in call_path__findnew()
416 if (sym < cp->sym || (sym == cp->sym && ip < cp->ip)) in call_path__findnew()
422 cp = call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
487 struct symbol *sym) in thread_stack__pop_cp() argument
497 if (tse->cp->sym == sym) in thread_stack__pop_cp()
535 struct symbol *sym; in thread_stack__bottom() local
540 sym = from_al->sym; in thread_stack__bottom()
543 sym = to_al->sym; in thread_stack__bottom()
548 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
581 to_al->sym, sample->addr, in thread_stack__no_call_return()
605 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return()
616 to_al->sym); in thread_stack__no_call_return()
631 if (tse->cp->sym == NULL && tse->cp->ip == 0) { in thread_stack__trace_begin()
722 to_al->sym, sample->addr, in thread_stack__process()
733 sample->time, ref, from_al->sym); in thread_stack__process()