Searched refs:last_exec (Results 1 – 1 of 1) sorted by relevance
27 GString *last_exec; member61 GString *s = c->last_exec; in vcpu_mem()102 g_string_append_printf(cpu->last_exec, ", %s -> 0x", reg->name); in insn_check_regs()105 g_string_append_printf(cpu->last_exec, "%02x", in insn_check_regs()120 if (cpu->last_exec->len) { in vcpu_insn_exec_with_regs()125 qemu_plugin_outs(cpu->last_exec->str); in vcpu_insn_exec_with_regs()131 g_string_printf(cpu->last_exec, "%u, ", cpu_index); in vcpu_insn_exec_with_regs()132 g_string_append(cpu->last_exec, (char *)udata); in vcpu_insn_exec_with_regs()141 if (cpu->last_exec->len) { in vcpu_insn_exec_only_regs()146 qemu_plugin_outs(cpu->last_exec->str); in vcpu_insn_exec_only_regs()[all …]