Searched refs:to_al (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | thread-stack.c | 403 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument 415 sym = to_al->sym; in thread_stack__bottom() 433 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument 453 to_al->sym, sample->addr, in thread_stack__no_call_return() 488 to_al->sym); in thread_stack__no_call_return() 538 struct addr_location *to_al, u64 ref, in thread_stack__process() argument 572 err = thread_stack__bottom(thread, ts, sample, from_al, to_al, in thread_stack__process() 594 to_al->sym, sample->addr, in thread_stack__process() 610 from_al, to_al, ref); in thread_stack__process()
|
D | thread-stack.h | 99 struct addr_location *to_al, u64 ref,
|