Lines Matching refs:to_al
862 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
874 sym = to_al->sym; in thread_stack__bottom()
907 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
912 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return()
1051 struct addr_location *to_al) in thread_stack__x86_retpoline() argument
1056 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline()
1072 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline()
1104 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
1138 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process()
1162 to_al->sym, sample->addr, in thread_stack__process()
1171 if (!err && rstate == X86_RETPOLINE_POSSIBLE && to_al->sym && in thread_stack__process()
1172 from_al->sym == to_al->sym && in thread_stack__process()
1173 to_al->addr != to_al->sym->start) in thread_stack__process()
1194 return thread_stack__x86_retpoline(ts, sample, to_al); in thread_stack__process()
1202 from_al, to_al, ref); in thread_stack__process()
1209 from_al->sym != to_al->sym && to_al->sym && in thread_stack__process()
1210 to_al->addr == to_al->sym->start) { in thread_stack__process()
1221 to_al->sym, sample->addr, in thread_stack__process()