All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] Need help generating instruction traces from the emulator.
@ 2019-06-10 10:40 Nisarg Ujjainkar
  2019-06-10 14:33 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Nisarg Ujjainkar @ 2019-06-10 10:40 UTC (permalink / raw)
  To: qemu-devel

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.

Can tell me about how to generate the traces from all other IPs (GPU, GSM
chip etc.). Since memory requests from other IPs account for more than 30%
of all the memory requests from the SoC (Source unconfirmed). Getting
memory requests from these IPs is very crucial for my research.

Thanks and regards
Nisarg Ujjainkar

-- 
Nisarg Ujjainkar
Junior Undergraduate Student
Department of Computer Science and Engineering
IIT Gandhinagar
+91 9265555488 \ 9425665211
ᐧ

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Need help generating instruction traces from the emulator.
  2019-06-10 10:40 [Qemu-devel] Need help generating instruction traces from the emulator Nisarg Ujjainkar
@ 2019-06-10 14:33 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2019-06-10 14:33 UTC (permalink / raw)
  To: Nisarg Ujjainkar; +Cc: QEMU Developers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-10 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10 10:40 [Qemu-devel] Need help generating instruction traces from the emulator Nisarg Ujjainkar
2019-06-10 14:33 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.