From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rustom Newsgroups: gmane.emacs.help Subject: Re: Call graph emacs tool Date: Sat, 21 Aug 2010 08:35:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4f96a3f1-7be4-4a3e-9478-448c8c4e3c6d@v35g2000prn.googlegroups.com> References: <87pqxdtg40.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291868050 5549 80.91.229.12 (9 Dec 2010 04:14:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 04:14:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 05:14:06 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQXtM-0005Ml-Uv for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 05:14:05 +0100 Original-Received: from localhost ([127.0.0.1]:43263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQXtL-0002ad-T4 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 23:14:03 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!v35g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 116.73.35.230 Original-X-Trace: posting.google.com 1282404949 21421 127.0.0.1 (21 Aug 2010 15:35:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 21 Aug 2010 15:35:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v35g2000prn.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100701 Firefox/3.5.11,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:180886 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76623 Archived-At: On Aug 21, 5:36=A0pm, George Kadianakis wrote: > Pranav Peshwe writes: > > If I've understood you correctly, any tool that can build a (static) ca= ll > > graph should suffice. Just that, you'll have to manually reverse trace = paths > > starting from function(). > > > Do CMIIW... > > Practically, yes. But the process of manually reversing the trace path > is not easy because of the multiple code paths that may lead to a > function call. > > What I'm looking for, is basically what GNU cflow calls a reverse > graph [1] but I'd like it to be able to give me code paths that span > multiple files (cflow can only process a single source file). It seems to be taking multiple files for me And thats what the man page says http://linux.die.net/man/1/cflow