Looking for static analysis tool to generate call graphs

Dag-ErlingSmørgrav des at des.no
Wed Mar 3 00:59:38 PST 2004


Robert Watson <rwatson at FreeBSD.org> 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 group functions with similar
names together?  For instance, functions whose names match /^fd.*/
call mostly eachother, and the graph would be a lot cleaner if they
were placed close together.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-hackers mailing list