Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andrew STUBBS <andrew.stubbs@st.com>
To: John Zoidberg <the.real.doctor.zoidberg@gmail.com>
Cc: gdb@sourceware.org
Subject: Re: Log every call and exit in embedded system
Date: Mon, 26 Mar 2007 10:04:00 -0000	[thread overview]
Message-ID: <46079A7F.4020308@st.com> (raw)
In-Reply-To: <adbca6b50703241305v7ed29ad6k98ebd64c369271d8@mail.gmail.com>

John Zoidberg wrote:
> Is this the only way? Can anyone give me any suggestions or hints?

The way profiling works is that the compiler inserts a call to a 
function (mcount?) at each function call (*). I'm not sure on the 
precise rules for this, or whether it varies between target types, but 
these are details that you can certainly dig up from somewhere.

If you provide your own implementation for this function then it can do 
anything you like. Printing a call graph at run time should not be too 
hard (though it may be tricky if your print mechanisms are also 
instrumented).

* It typically also adds some kind of interrupt to count to time spent 
in various parts of the program, but that is probably not interesting here.

Hope that helps,

Andrew


  parent reply	other threads:[~2007-03-26 10:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-24 20:05 John Zoidberg
2007-03-24 22:20 ` Daniel Jacobowitz
2007-03-26 10:04 ` Andrew STUBBS [this message]
2007-03-26 10:23   ` mathieu lacage
2007-03-27 11:07     ` John Zoidberg
2007-03-27 11:56       ` Mathieu Lacage
2007-03-26 21:33 ` Michael Snyder
2007-03-27  9:56   ` John Zoidberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46079A7F.4020308@st.com \
    --to=andrew.stubbs@st.com \
    --cc=gdb@sourceware.org \
    --cc=the.real.doctor.zoidberg@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox