Re: [dtrace-discuss] Unexpected behavior of 'self' in profile/tick probes

2009-04-20 Thread Chad Mynhier
On Sat, Apr 18, 2009 at 6:57 PM, Ryan ryanj...@ece.cmu.edu wrote: self variables are thread-local variables, which are unique to the thread in which they fire.  The thread in which the foo:entry probe fires isn't the same thread in which the profile probe fires. I understand that the profile

Re: [dtrace-discuss] is there a way to check if the Dtrace subsystem is aware of a new provider/probes

2009-04-20 Thread Adam Leventhal
On Mon, Apr 20, 2009 at 10:34:21AM -0400, Priya Krishnan wrote: I am getting started in writing a provider for the iscsit (comstar). I think I have made all the appropriate mods to sdt.h, sdt_subr.c, iscsit files, Makefiles and created a new iscsit.d. I installed the archive built from my

Re: [dtrace-discuss] Do actions fire in order?

2009-04-20 Thread Adam Leventhal
Hey Michael, That looks fine. You may choose to remove the bit about ECBs since that's probably extraneous information. Adam On Apr 18, 2009, at 3:00 PM, Michael Ernest wrote: Using Chad's description above as a base, I propose the following addition to

Re: [dtrace-discuss] Do actions fire in order?

2009-04-20 Thread Michael Ernest
I agree, and posted an ECB-less version. -- This message posted from opensolaris.org ___ dtrace-discuss mailing list dtrace-discuss@opensolaris.org