Searched refs:to_al (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | thread-stack.c | 861 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument 873 sym = to_al->sym; in thread_stack__bottom() 906 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument 911 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() 1052 struct addr_location *to_al) in thread_stack__x86_retpoline() argument 1057 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() 1073 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline() 1105 struct addr_location *to_al, u64 ref, in thread_stack__process() argument 1139 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process() 1163 to_al->sym, sample->addr, in thread_stack__process() [all …]
|
D | thread-stack.h | 107 struct addr_location *to_al, u64 ref,
|