Lines Matching refs:addr
871 } else if (sample->addr) {
872 ip = sample->addr;
914 u64 addr = sample->addr;
919 if (ip >= ks && addr < ks) {
927 cp = call_path__findnew(cpr, root, tsym, addr, ks);
957 cp = call_path__findnew(cpr, root, tsym, addr, ks);
959 return thread_stack__push_cp(ts, addr, tm, ref, cp,
967 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
981 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
983 err = thread_stack__push_cp(ts, addr, tm, ref, cp, true, false);
1073 if (sym && sym == tsym && to_al->addr != tsym->start) {
1092 sample->addr, ts->kernel_start);
1155 if (!sample->ip || !sample->addr)
1159 if (ret_addr == sample->addr)
1163 to_al->sym, sample->addr,
1174 to_al->addr != to_al->sym->start)
1178 if (!sample->addr) {
1194 ts->stack[ts->cnt - 1].ret_addr != sample->addr)
1197 err = thread_stack__pop_cp(thread, ts, sample->addr,
1211 to_al->addr == to_al->sym->start) {
1222 to_al->sym, sample->addr,