Lines Matching refs:addr
872 } else if (sample->addr) {
873 ip = sample->addr;
915 u64 addr = sample->addr;
920 if (ip >= ks && addr < ks) {
928 cp = call_path__findnew(cpr, root, tsym, addr, ks);
958 cp = call_path__findnew(cpr, root, tsym, addr, ks);
960 return thread_stack__push_cp(ts, addr, tm, ref, cp,
968 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
982 cp = call_path__findnew(cpr, parent, tsym, addr, ks);
984 err = thread_stack__push_cp(ts, addr, tm, ref, cp, true, false);
1072 if (sym && sym == tsym && to_al->addr != tsym->start) {
1091 sample->addr, ts->kernel_start);
1154 if (!sample->ip || !sample->addr)
1158 if (ret_addr == sample->addr)
1162 to_al->sym, sample->addr,
1173 to_al->addr != to_al->sym->start)
1177 if (!sample->addr) {
1193 ts->stack[ts->cnt - 1].ret_addr != sample->addr)
1196 err = thread_stack__pop_cp(thread, ts, sample->addr,
1210 to_al->addr == to_al->sym->start) {
1221 to_al->sym, sample->addr,