Callgraph of GCC 4.0.0
Joe Buck
Joe.Buck@synopsys.COM
Tue Nov 23 15:58:00 GMT 2004
On Tue, Nov 23, 2004 at 04:49:29PM +0100, nico wrote:
> is there a simple way to get the whole callgraph of the GCC 4.0.0?
> I tried to get it with gprof, but I think I make something wrong,
> because I only got a very little callgraph with only a few functions.
> Is there an install- or configure-option or something like that for my
> request?
I'll bet this is because you generated the callgraph of the tiny gcc
executable, and not the callgraph of the real compiler (cc1 or cc1plus).
More information about the Gcc
mailing list