PERFORCE change 96246 for review

John Birrell jb at FreeBSD.org
Thu Apr 27 20:52:03 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96246

Change 96246 by jb at jb_freebsd2 on 2006/04/27 20:51:57

	Convert the last ioctls.
	
	That's the userland -> dtrace interface complete. Yay.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#12 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#12 (text) ====

@@ -1224,8 +1224,10 @@
 							/* start tracing */
 #define	DTRACEIOC_STOP		_IOWR('x',13,processorid_t)
 							/* stop tracing */
-#define	DTRACEIOC_AGGDESC	_IO('x',15)		/* get agg. desc. */
-#define	DTRACEIOC_FORMAT	_IO('x',16)		/* get format str */
+#define	DTRACEIOC_AGGDESC	_IOW('x',15,dtrace_aggdesc_t *)	
+							/* get agg. desc. */
+#define	DTRACEIOC_FORMAT	_IOWR('x',16,dtrace_fmtdesc_t)	
+							/* get format str */
 #define	DTRACEIOC_DOFGET	_IOW('x',17,dof_hdr_t *)
 							/* get DOF */
 #define	DTRACEIOC_REPLICATE	_IOW('x',18,dtrace_repldesc_t)	


More information about the p4-projects mailing list