Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2006 04:53:35 +0000
From:      John Birrell <jb@what-creek.com>
To:        Sam Lawrance <boris@brooknet.com.au>
Cc:        current@freebsd.org
Subject:   Re: FreeBSD-current installer ISO with DTrace (was: Re: DTrace for FreeBSD- source snapshots)
Message-ID:  <20060609045335.GA42431@what-creek.com>
In-Reply-To: <CEA0D1AD-ECF0-44D3-A142-B47DD5E8E213@brooknet.com.au>
References:  <20060608073823.GA34193@what-creek.com> <1903E996-3617-419E-8BA9-A3F0F9F3AFD1@brooknet.com.au> <20060609043808.GA42333@what-creek.com> <CEA0D1AD-ECF0-44D3-A142-B47DD5E8E213@brooknet.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060609045335.GA42431>