Re: dtrace vs module unloading

2013-01-27 Thread Ryan Stone
On Sun, Jan 27, 2013 at 7:24 AM, Andriy Gapon wrote: > > It seems that FreeBSD DTrace currently does not track module loading / > unloading > at all. dtrace_module_loaded/dtrace_module_unloaded are both under ifdef > sun. > > I think that this is a root cause of e.g. fbt probes for some function

dtrace vs module unloading

2013-01-27 Thread Andriy Gapon
It seems that FreeBSD DTrace currently does not track module loading / unloading at all. dtrace_module_loaded/dtrace_module_unloaded are both under ifdef sun. I think that this is a root cause of e.g. fbt probes for some functions remaining after a module that provides the functions is unloaded.