to_al             609 tools/perf/util/thread-stack.c 				struct addr_location *to_al, u64 ref)
to_al             621 tools/perf/util/thread-stack.c 		sym = to_al->sym;
to_al             654 tools/perf/util/thread-stack.c 					struct addr_location *to_al, u64 ref)
to_al             659 tools/perf/util/thread-stack.c 	struct symbol *tsym = to_al->sym;
to_al             800 tools/perf/util/thread-stack.c 				       struct addr_location *to_al)
to_al             805 tools/perf/util/thread-stack.c 	struct symbol *tsym = to_al->sym;
to_al             821 tools/perf/util/thread-stack.c 		if (sym && sym == tsym && to_al->addr != tsym->start) {
to_al             853 tools/perf/util/thread-stack.c 			  struct addr_location *to_al, u64 ref,
to_al             887 tools/perf/util/thread-stack.c 		err = thread_stack__bottom(ts, sample, from_al, to_al, ref);
to_al             911 tools/perf/util/thread-stack.c 					to_al->sym, sample->addr,
to_al             920 tools/perf/util/thread-stack.c 		if (!err && rstate == X86_RETPOLINE_POSSIBLE && to_al->sym &&
to_al             921 tools/perf/util/thread-stack.c 		    from_al->sym == to_al->sym &&
to_al             922 tools/perf/util/thread-stack.c 		    to_al->addr != to_al->sym->start)
to_al             943 tools/perf/util/thread-stack.c 			return thread_stack__x86_retpoline(ts, sample, to_al);
to_al             951 tools/perf/util/thread-stack.c 							   from_al, to_al, ref);
to_al             958 tools/perf/util/thread-stack.c 		   from_al->sym != to_al->sym && to_al->sym &&
to_al             959 tools/perf/util/thread-stack.c 		   to_al->addr == to_al->sym->start) {
to_al             970 tools/perf/util/thread-stack.c 					to_al->sym, sample->addr,
to_al              99 tools/perf/util/thread-stack.h 			  struct addr_location *to_al, u64 ref,