Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c861 struct addr_location *from_al, in thread_stack__bottom() argument
871 sym = from_al->sym; in thread_stack__bottom()
906 struct addr_location *from_al, in thread_stack__no_call_return() argument
911 struct symbol *fsym = from_al->sym; in thread_stack__no_call_return()
944 if (parent->sym == from_al->sym) { in thread_stack__no_call_return()
1103 struct addr_location *from_al, in thread_stack__process() argument
1138 err = thread_stack__bottom(ts, sample, from_al, to_al, ref); in thread_stack__process()
1172 from_al->sym == to_al->sym && in thread_stack__process()
1197 sample->time, ref, from_al->sym); in thread_stack__process()
1202 from_al, to_al, ref); in thread_stack__process()
[all …]
H A Dthread-stack.h106 struct addr_location *from_al,