Searched refs:tsym (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | thread-stack.c | 659 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() local 675 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 705 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 715 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 729 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 805 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() local 821 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline() 830 } else if (sym && sym == tsym) { in thread_stack__x86_retpoline() 839 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
|