Lines Matching refs:to_al
609 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
621 sym = to_al->sym; in thread_stack__bottom()
654 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
659 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return()
800 struct addr_location *to_al) in thread_stack__x86_retpoline() argument
805 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline()
821 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline()
853 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
887 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process()
911 to_al->sym, sample->addr, in thread_stack__process()
920 if (!err && rstate == X86_RETPOLINE_POSSIBLE && to_al->sym && in thread_stack__process()
921 from_al->sym == to_al->sym && in thread_stack__process()
922 to_al->addr != to_al->sym->start) in thread_stack__process()
943 return thread_stack__x86_retpoline(ts, sample, to_al); in thread_stack__process()
951 from_al, to_al, ref); in thread_stack__process()
958 from_al->sym != to_al->sym && to_al->sym && in thread_stack__process()
959 to_al->addr == to_al->sym->start) { in thread_stack__process()
970 to_al->sym, sample->addr, in thread_stack__process()