Searched refs:to_al (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread-stack.c | 539 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument 551 sym = to_al->sym; in thread_stack__bottom() 569 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument 589 to_al->sym, sample->addr, in thread_stack__no_call_return() 624 to_al->sym); in thread_stack__no_call_return() 674 struct addr_location *to_al, u64 ref, in thread_stack__process() argument 708 err = thread_stack__bottom(thread, ts, sample, from_al, to_al, in thread_stack__process() 730 to_al->sym, sample->addr, in thread_stack__process() 746 from_al, to_al, ref); in thread_stack__process()
|
D | thread-stack.h | 109 struct addr_location *to_al, u64 ref,
|