Re: DTrace of radeonkms on 9.1

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Thu, 28 Mar 2013 10:52:01 +0100
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 script will use fbt probes on various
> 		functions currently in the drm2 module)
> 	kldload radeonkms
> 	start xorg and do various things that provoke the leak
> 	stop xorg
> 	kldunload radeonkms
> 	kill the dtrace script
> 	kldunload drm2
> 	kldunload dtraceall
> 
> then go look at the log results.
> 
> But, the system is stopping dead shortly after the radeonkms load.

I would like to add that the same scenario works perfectly on 10-CURRENT.

-- 
Jean-Sébastien Pédron


Received on Thu Mar 28 2013 - 08:53:32 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:36 UTC