Lines Matching refs:ip
259 def disassem(insn, ip): argument
264 return glb_disassembler.DisassembleOne(inst, addressof(buf), len(insn), ip)
267 ip = sample["ip"]
278 cnt, text = disassem(insn, ip)
279 byte_str = ("%x" % ip).rjust(16)
289 print("%16x %s%s (%s)" % (ip, symbol, offs, dso), end=' ')
300 ip = sample["ip"]
302 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40)
310 cnt, text = disassem(insn, ip)
445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
457 …hine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))