Home
last modified time | relevance | path

Searched refs:to_al (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dthread-stack.c862 struct addr_location *to_al, u64 ref) in thread_stack__bottom() argument
874 sym = to_al->sym; in thread_stack__bottom()
907 struct addr_location *to_al, u64 ref) in thread_stack__no_call_return() argument
912 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return()
1051 struct addr_location *to_al) in thread_stack__x86_retpoline() argument
1056 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline()
1072 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline()
1104 struct addr_location *to_al, u64 ref, in thread_stack__process() argument
1138 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process()
1162 to_al->sym, sample->addr, in thread_stack__process()
[all …]
Dthread-stack.h107 struct addr_location *to_al, u64 ref,