Re: [Qemu-devel] Using qemu to profile ARM binaries

2012-07-01 Thread Wei-Ren Chen
> I'm trying to edit the qemu source code so I can use qemu as a profiler for a > benchmark of ARM programs. A good start would be counting loads, stores, int > ops, float ops and branch instructions used by each of the binary files. I > have > two (related) questions: > > 1. Where in the qemu im

Re: [Qemu-devel] Using qemu to profile ARM binaries

2012-06-30 Thread Antti P Miettinen
Joey Klonowski writes: > Hi all, > > I'm trying to edit the qemu source code so I can use qemu as a profiler for a > benchmark of ARM programs. A good start would be counting loads, stores, int > ops, float ops and branch instructions used by each of the binary files. I > have two (related) questi

[Qemu-devel] Using qemu to profile ARM binaries

2012-06-29 Thread Joey Klonowski
Hi all, I'm trying to edit the qemu source code so I can use qemu as a profiler for a benchmark of ARM programs. A good start would be counting loads, stores, int ops, float ops and branch instructions used by each of the binary files. I have two (related) questions: 1. Where in the qemu implemen