FreeBSD-current installer ISO with DTrace (was: Re: DTrace for FreeBSD- source snapshots)

John Birrell jb at what-creek.com
Fri Jun 9 04:53:42 UTC 2006


On Fri, Jun 09, 2006 at 02:43:14PM +1000, Sam Lawrance wrote:
> 
> On 09/06/2006, at 2:38 PM, John Birrell wrote:
> 
> >On Fri, Jun 09, 2006 at 02:29:25PM +1000, Sam Lawrance wrote:
> >>Fixit# kldload dtrace systrace profile fbt
> >
> >kldload cyclic dtrace systrace profile fbt
> >
> >The 'dtrace' module depends on 'cyclic'.
> >
> >The next update wil have a boot loader menu item to load the modules
> >in the right order.
> 
> cyclic was loaded automagically when I tested it.

Does that mean you can just:

kldload systrace

(for example)

and cyclic and dtrace get loaded because of the module dependencies?

The dependencies are:

kernel (built with KDTRACE option)
|
+-> cyclic
    |
    +-> dtrace
        |
        +-> systrace
        |
        +-> profile
        |
        +-> fbttrace
        :
        +-> (other providers)

--
John Birrell


More information about the freebsd-current mailing list