Re: codeviz,ncc kernel flow diagrams ???

2008-02-09 Thread Peter Teoh
not sure how useful it is, but this is the script i have written for myself to understand the kernel architecture: Setup: run "myfindlist" at any kernel source directory/subdirectory. then run "mysearch.pl cpp.dat" or "mysearch.pl h.dat" to search for xxx or yyy symbols in the c files

Re: codeviz,ncc kernel flow diagrams ???

2008-02-08 Thread pradeep singh
Use kscope. All in one place. HTH thanks, On Feb 1, 2008 12:01 PM, Onkar <[EMAIL PROTECTED]> wrote: > Does anyone know any tool to get the kernel code flow graph ?? Has anyone > successfully used (installed !! ) codeviz ?? > > Thanks & regards, > Onkar > > -- play the game -- To unsubscribe

Re: codeviz,ncc kernel flow diagrams ???

2008-02-01 Thread Anupam Kapoor
On Feb 1, 2008 12:01 PM, Onkar <[EMAIL PROTECTED]> wrote: > Does anyone know any tool to get the kernel code flow graph ?? Has anyone > successfully used (installed !! ) codeviz ?? quite sometime back i played around with something called "egypt". it used gcc-rtl-representation+graphviz to generate

codeviz,ncc kernel flow diagrams ???

2008-01-31 Thread Onkar
Does anyone know any tool to get the kernel code flow graph ?? Has anyone successfully used (installed !! ) codeviz ?? Thanks & regards, Onkar