Searched refs:tsym (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | thread-stack.c | 911 struct symbol *tsym = to_al->sym; in thread_stack__no_call_return() local 927 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 957 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 967 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 981 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 1057 struct symbol *tsym = to_al->sym; in thread_stack__x86_retpoline() local 1073 if (sym && sym == tsym && to_al->addr != tsym->start) { in thread_stack__x86_retpoline() 1082 } else if (sym && sym == tsym) { in thread_stack__x86_retpoline() 1091 cp = call_path__findnew(cpr, ts->stack[ts->cnt - 2].cp, tsym, in thread_stack__x86_retpoline()
|