Searched refs:from_al (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | thread-stack.c | 608 struct addr_location *from_al, in thread_stack__bottom() argument 618 sym = from_al->sym; in thread_stack__bottom() 653 struct addr_location *from_al, in thread_stack__no_call_return() argument 658 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return() 691 if (parent->sym == from_al->sym) { in thread_stack__no_call_return() 852 struct addr_location *from_al, in thread_stack__process() argument 887 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process() 921 from_al->sym == to_al->sym && in thread_stack__process() 946 sample->time, ref, from_al->sym); in thread_stack__process() 951 from_al, to_al, ref); in thread_stack__process() [all …]
|
D | thread-stack.h | 98 struct addr_location *from_al,
|