I'd appreciate any input on how to run gprof successfully on qemu. I'm new
to gprof and am probably missing some steps. I successfully ran gprof on a
sorting program available online, then I attempted to run gprof on qemu.
Here are the steps I take:
I'm trying to run gprof on qemu, but am unsucc
y other reference to debugging.
Also, I am working with qemu source code, which I configure, make, make
install before every run.
Thank you again.
On 10/12/07, J. Mayer <[EMAIL PROTECTED]> wrote:
>
> On Fri, 2007-10-12 at 01:00 -0700, Atoosaah S wrote:
> > I'd appreciate an
That was it. I got it to work!
Thanks so much for your help :-)
On 10/12/07, Ben Taylor <[EMAIL PROTECTED]> wrote:
>
>
> Atoosaah S <[EMAIL PROTECTED]> wrote:
> > How do I enable debugging?
> >
> > I checked the configure file and I do not see any opt
I'm using qemu version 0.8.2 on linux.
I'm currently successful in creating the result.txt (with the command: prof
/intsall_path/qemu gmon.out > result.txt), but the call graph created does
not show my functions of interest.
For example i'm trying to understand the sequence of calls qemu makes to