Searched refs:from_al (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | thread-stack.c | 861 struct addr_location *from_al, in thread_stack__bottom() argument 871 sym = from_al->sym; in thread_stack__bottom() 906 struct addr_location *from_al, in thread_stack__no_call_return() argument 911 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() 944 if (parent->sym == from_al->sym) { in thread_stack__no_call_return() 1103 struct addr_location *from_al, in thread_stack__process() argument 1138 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process() 1172 from_al->sym == to_al->sym && in thread_stack__process() 1197 sample->time, ref, from_al->sym); in thread_stack__process() 1202 from_al, to_al, ref); in thread_stack__process() [all …]
|
D | thread-stack.h | 106 struct addr_location *from_al,
|