On Mon, 10 Jun 2019 at 15:24, Nisarg Ujjainkar
<nisarg.ujjain...@iitgn.ac.in> 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