Re: DTrace of radeonkms on 9.1

2013-04-14 Thread J.R. Oldroyd
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

Re: DTrace of radeonkms on 9.1

2013-04-01 Thread Alexander Leidinger
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

Re: DTrace of radeonkms on 9.1

2013-03-28 Thread Jean-Sébastien Pédron
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