Re: Looking for static analysis tool to generate call graphs

2004-03-03 Thread Robert Watson
On Wed, 3 Mar 2004, Dag-Erling Smørgrav wrote: > Robert Watson <[EMAIL PROTECTED]> writes: > > Well, using a scary combination of grep, awk, a long list of "omit this" > > regexp's, and prcc from cflow, I got the following: > > > > http://www.watson.org/~robert/freebsd/20040302-sockets.ps >

Re: Looking for static analysis tool to generate call graphs

2004-03-03 Thread Robert Watson
On Wed, 3 Mar 2004, Zajcev Evgeny wrote: > Robert Watson <[EMAIL PROTECTED]> writes: > > > Well, using a scary combination of grep, awk, a long list of "omit this" > > regexp's, and prcc from cflow, I got the following: > > > > http://www.watson.org/~robert/freebsd/20040302-sockets.ps > >

Re: Looking for static analysis tool to generate call graphs

2004-03-03 Thread Dag-Erling Smørgrav
Robert Watson <[EMAIL PROTECTED]> writes: > Well, using a scary combination of grep, awk, a long list of "omit this" > regexp's, and prcc from cflow, I got the following: > > http://www.watson.org/~robert/freebsd/20040302-sockets.ps > > Duck and cover. Hmm, is there any way you can try to gr

Re: Looking for static analysis tool to generate call graphs

2004-03-02 Thread Zajcev Evgeny
Robert Watson <[EMAIL PROTECTED]> writes: > Well, using a scary combination of grep, awk, a long list of "omit this" > regexp's, and prcc from cflow, I got the following: > > http://www.watson.org/~robert/freebsd/20040302-sockets.ps Actually it looks kind a mess. Maybe use dot's clustering

Re: Looking for static analysis tool to generate call graphs

2004-03-02 Thread Robert Watson
On Mon, 1 Mar 2004, Robert Watson wrote: > I'd like to generate static call graphs from sections of src/sys/kern, > src/sys/net, and src/sys/netinet, and ideally, get an output that looks > pretty when printed to a (perhaps large) piece of paper. It doesn't > need to be able to handle function po

Re: Looking for static analysis tool to generate call graphs

2004-03-01 Thread Zajcev Evgeny
Robert Watson <[EMAIL PROTECTED]> writes: > I'd like to generate static call graphs from sections of src/sys/kern, > src/sys/net, and src/sys/netinet, and ideally, get an output that looks > pretty when printed to a (perhaps large) piece of paper. It doesn't need > to be able to handle function p