Searched refs:from_al (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/tools/perf/util/ |
D | thread-stack.c | 860 struct addr_location *from_al, in thread_stack__bottom() argument 870 sym = from_al->sym; in thread_stack__bottom() 905 struct addr_location *from_al, in thread_stack__no_call_return() argument 910 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() 943 if (parent->sym == from_al->sym) { in thread_stack__no_call_return() 1104 struct addr_location *from_al, in thread_stack__process() argument 1139 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process() 1173 from_al->sym == to_al->sym && in thread_stack__process() 1198 sample->time, ref, from_al->sym); in thread_stack__process() 1203 from_al, to_al, ref); in thread_stack__process() [all …]
|
D | thread-stack.h | 106 struct addr_location *from_al,
|