qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Instruction tracing


From: Alex Bennée
Subject: Re: [Qemu-devel] Instruction tracing
Date: Wed, 21 Jun 2017 15:47:09 +0100
User-agent: mu4e 0.9.19; emacs 25.2.50.3

Nayan Deshmukh <address@hidden> writes:

> Hello!
>
> I was wondering if its possible to get an instruction trace of the
> process running on the guest OS in the VM including the instructions
> executed during system calls.
>
> Can someone please give me some pointers regarding how this could be
> implemented.

 $QEMU -d help

Will list a bunch of debug options for TCG. You can get somewhat close
to what you want with:

 $QEMU $OPTS -d in_asm,exec,nochain

>
> Cheers,
> Nayan Deshmukh


--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]