> not unless they're arguments, or you add an SDT
> probe.

This is true, but in typical code it is surprising how many times (within the 
body of a function) the local vars are passed into another function (i.e. when 
you come across a local you want to look at, see if it is passed into a 
sub-function somewhere within the body of that function).  In my experience, 
nearly 50% of the time a "local" can be observed this way.
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to