Re: [dtrace-discuss] DTrace provider for Tcl

2007-09-26 Thread Dave Marquardt
"Daniel" == Daniel A Steffen <[EMAIL PROTECTED]> writes: Daniel> I am pleased to announce the availability of a DTrace provider Daniel> for Tcl. It is included in Tcl 8.4.16 (released on the Daniel> weekend) as well as in Tcl 8.5b1 (due out later this week). Thanks much Daniel. -- Dave Marquardt

Re: [dtrace-discuss] DTrace provider for Tcl

2007-09-25 Thread Daniel A. Steffen
Hi Adam, I've had a look at the implementation of many of the existing providers, which certainly helped a lot... I'll probably have questions once I start looking at a translator for Tcl_Obj*, I had initially wanted to include an iscsitgtd-style args translator in this first version of the pro

Re: [dtrace-discuss] DTrace provider for Tcl

2007-09-25 Thread Adam Leventhal
Daniel, This is great stuff. We had actually noticed your wiki entry this morning and were pleasantly surprised since most of the other DTrace providers have had some help (or some urging) from the DTrace team. I had spoken with a customer a couple of years ago who was desperate for this DTrace-en

[dtrace-discuss] DTrace provider for Tcl

2007-09-25 Thread Daniel A. Steffen
I am pleased to announce the availability of a DTrace provider for Tcl. It is included in Tcl 8.4.16 (released on the weekend) as well as in Tcl 8.5b1 (due out later this week). The implementation is also available as a patch from http://sourceforge.net/support/tracker.php?aid=1793984 Th