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

[ Available lists | Index of freebsd-current | Month of Jun 2006 | Week of 9 Jun 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Birrell <jb@what-creek.com>
Date
9 Jun 2006 04:53:42
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
Replies
Referenced by

[ Hide this part ]
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


Elapsed time: 0.102 seconds