Searched refs:to_al (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread-stack.c | 531 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument 543 sym = to_al->sym; in thread_stack__bottom() 561 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument 581 to_al->sym, sample->addr, in thread_stack__no_call_return() 616 to_al->sym); in thread_stack__no_call_return() 666 struct addr_location *to_al, u64 ref, in thread_stack__process() argument 700 err = thread_stack__bottom(thread, ts, sample, from_al, to_al, in thread_stack__process() 722 to_al->sym, sample->addr, in thread_stack__process() 738 from_al, to_al, ref); in thread_stack__process()
|
D | thread-stack.h | 108 struct addr_location *to_al, u64 ref,
|