Re: DTrace instrumentation

2007-12-18 Thread Steven Edwards
On Dec 18, 2007 4:15 AM, Damian Wojsław <[EMAIL PROTECTED]> wrote: > - would it be legal (it wold link with dtrace library, which on Solaris > is CDDL). As long as you are not distributing code licensed under the CDDL and your code is licensed under a LGPL compatible license then there is no reaso

DTrace instrumentation

2007-12-18 Thread Damian Wojsław
Hi I have an idea that I can put some time into. Since Leopard, FreeBSD and, of course, Solaris, now all have DTrace, I thought of implementing some simple probes. Function entry/return for starters. However, I'd firstly need to know two things: - would anyone be interested in it? - would it be