Lines Matching refs:sym
339 struct symbol *sym, u64 ip, bool in_kernel) in call_path__init() argument
342 cp->sym = sym; in call_path__init()
343 cp->ip = sym ? 0 : ip; in call_path__init()
375 struct symbol *sym, u64 ip, in call_path__new() argument
396 call_path__init(cp, parent, sym, ip, in_kernel); in call_path__new()
403 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument
410 if (sym) in call_path__findnew()
414 return call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
421 if (cp->sym == sym && cp->ip == ip) in call_path__findnew()
424 if (sym < cp->sym || (sym == cp->sym && ip < cp->ip)) in call_path__findnew()
430 cp = call_path__new(cpr, parent, sym, ip, in_kernel); in call_path__findnew()
495 struct symbol *sym) in thread_stack__pop_cp() argument
505 if (tse->cp->sym == sym) in thread_stack__pop_cp()
543 struct symbol *sym; in thread_stack__bottom() local
548 sym = from_al->sym; in thread_stack__bottom()
551 sym = to_al->sym; in thread_stack__bottom()
556 cp = call_path__findnew(cpr, &cpr->call_path, sym, ip, in thread_stack__bottom()
589 to_al->sym, sample->addr, in thread_stack__no_call_return()
613 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return()
624 to_al->sym); in thread_stack__no_call_return()
639 if (tse->cp->sym == NULL && tse->cp->ip == 0) { in thread_stack__trace_begin()
730 to_al->sym, sample->addr, in thread_stack__process()
741 sample->time, ref, from_al->sym); in thread_stack__process()