From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14482 invoked by alias); 23 Nov 2004 15:56:25 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14459 invoked from network); 23 Nov 2004 15:56:22 -0000 Received: from unknown (HELO boden.synopsys.com) (198.182.44.79) by sourceware.org with SMTP; 23 Nov 2004 15:56:22 -0000 Received: from maiden.synopsys.com (maiden.synopsys.com [146.225.100.170]) by boden.synopsys.com (Postfix) with ESMTP id 9A7AFDA7B; Tue, 23 Nov 2004 07:55:46 -0800 (PST) Received: from piper.synopsys.com (localhost [127.0.0.1]) by maiden.synopsys.com (8.9.1/8.9.1) with ESMTP id HAA05615; Tue, 23 Nov 2004 07:56:21 -0800 (PST) Received: (from jbuck@localhost) by piper.synopsys.com (8.11.6/8.11.6) id iANFuKD27750; Tue, 23 Nov 2004 07:56:20 -0800 X-Authentication-Warning: piper.synopsys.com: jbuck set sender to Joe.Buck@synopsys.com using -f Date: Tue, 23 Nov 2004 15:58:00 -0000 From: Joe Buck To: nico Cc: gcc@gcc.gnu.org Subject: Re: Callgraph of GCC 4.0.0 Message-ID: <20041123075620.A27702@synopsys.com> References: <43088AA3-3D67-11D9-A2DA-003065C9F174@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <43088AA3-3D67-11D9-A2DA-003065C9F174@cs.tu-berlin.de>; from moser@cs.tu-berlin.de on Tue, Nov 23, 2004 at 04:49:29PM +0100 X-SW-Source: 2004-11/txt/msg00819.txt.bz2 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).