Searched refs:from_al (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread-stack.c | 538 struct addr_location *from_al, in thread_stack__bottom() argument 548 sym = from_al->sym; in thread_stack__bottom() 568 struct addr_location *from_al, in thread_stack__no_call_return() argument 613 cp = call_path__findnew(cpr, parent, from_al->sym, sample->ip, in thread_stack__no_call_return() 673 struct addr_location *from_al, in thread_stack__process() argument 708 err = thread_stack__bottom(thread, ts, sample, from_al, to_al, in thread_stack__process() 741 sample->time, ref, from_al->sym); in thread_stack__process() 746 from_al, to_al, ref); in thread_stack__process()
|
D | thread-stack.h | 108 struct addr_location *from_al,
|