Re: svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-28 Thread Ryan Stone
On Tue, Mar 27, 2012 at 6:27 PM, Alexander Leidinger wrote: > Great! > Is this automatic, or do I need to do something in the newly loaded KLD? Nothing special. You can follow exactly the same set of steps as for adding probes to the kernel itself: http://wiki.freebsd.org/DTrace/HowToAddSDTProbes

Re: svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-27 Thread Alexander Leidinger
On Tue, 27 Mar 2012 15:07:43 + (UTC) Ryan Stone wrote: > Author: rstone > Date: Tue Mar 27 15:07:43 2012 > New Revision: 233552 > URL: http://svn.freebsd.org/changeset/base/233552 > > Log: > Instead of only iterating over the set of known SDT probes when > sdt.ko is loaded and unloaded, al

svn commit: r233552 - in head/sys: cddl/dev/sdt kern sys

2012-03-27 Thread Ryan Stone
Author: rstone Date: Tue Mar 27 15:07:43 2012 New Revision: 233552 URL: http://svn.freebsd.org/changeset/base/233552 Log: Instead of only iterating over the set of known SDT probes when sdt.ko is loaded and unloaded, also have sdt.ko register callbacks with kern_sdt.c that will be called whe