qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Need help generating instruction traces from the emulat


From: Peter Maydell
Subject: Re: [Qemu-devel] Need help generating instruction traces from the emulator.
Date: Mon, 10 Jun 2019 15:33:44 +0100

On Mon, 10 Jun 2019 at 15:24, Nisarg Ujjainkar
<address@hidden> wrote:
>
> Hello,
>
> I am using qemu based aosp (emu-master-dev branch of the aosp) to generate
> the instruction traces for android os running on the ARM architecture.
>
> I am able to generate the CPU instruction using the qemu invocation
> <https://en.m.wikibooks.org/wiki/QEMU/Invocation#Debugging> flags. For the
> purpose of my study, I need all the memory requests from all the IPs and so
> far I only have the memory requests from the CPU.

This isn't supported by QEMU's logging infrastructure.
You might be able to find places to add suitable logging,
but you'd be looking at modifying the source code of the
relevant devices to do that.

thanks
-- PMM



reply via email to

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