On Mon, 1 Apr 2013 14:36:52 +0200 Alexander Leidinger
wrote:
>
> On Wed, 27 Mar 2013 18:07:14 -0400
> "J.R. Oldroyd" wrote:
>
> > Is there any known magic involved in getting DTrace to do its thing on
> > 9.1-release?
> >
> > I am trying to use it to debug a memory leak problem with the
> > ra
On Wed, 27 Mar 2013 18:07:14 -0400
"J.R. Oldroyd" wrote:
> Is there any known magic involved in getting DTrace to do its thing on
> 9.1-release?
>
> I am trying to use it to debug a memory leak problem with the
> radeonkms driver under 9.x.
Can you check if you have the same dtrace-problem with
On 27.03.2013 23:07, J.R. Oldroyd wrote:
> I've built a dtrace kernel per the instructions in the handbook and
> on the DTrace wiki page. I would now like to do this:
>
> boot system
> kldload dtraceall
> kldload drm2
> dtrace -o dtrace.log -s script.d
> (the