On Nov 2, 2007, at 9:50 AM, Neelakanth Nadgir wrote:

> I wrote a small ruby script to visualize callgraph output from  
> allfrom.d
> Details at
>
> http://blogs.sun.com/realneel/entry/ 
> visualizing_callstacks_via_dtrace_and

   This is pretty cool! It also reminded me of the work we are doing in
Project D-Light on synthesizing stack traces based on function entry/ 
exit
information. With an additional benefit of tying all functions back  
to the
source code. Sort of like what we have here:
     http://blogs.sun.com/solarisdev/entry/project_d_light_tutorial
but for anything (and I DO mean *anything*) that supports entry/exit
for function calls (JVM, JavaScript, all scripting stuff, etc.).

Thanks,
Roman.


_______________________________________________
dtrace-discuss mailing list
[email protected]

Reply via email to