Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2007 00:53:43 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127872 for review
Message-ID:  <200710210053.l9L0rh4Q088555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127872

Change 127872 by jb@jb_freebsd1 on 2007/10/21 00:52:58

	Comment out a probe until I have a BSD implementation.

Affected files ...

.. //depot/projects/dtrace/src/sys/kern/kern_fork.c#16 edit

Differences ...

==== //depot/projects/dtrace/src/sys/kern/kern_fork.c#16 (text+ko) ====

@@ -65,7 +65,6 @@
 #include <sys/unistd.h>	
 #include <sys/sx.h>
 #include <sys/signalvar.h>
-#include <sys/sdt.h>
 
 #include <security/audit/audit.h>
 #include <security/mac/mac_framework.h>
@@ -688,7 +687,9 @@
 	p2->p_state = PRS_NORMAL;
 	PROC_SUNLOCK(p2);
 
+#ifdef DOODAD
 	DTRACE_PROBE1(__proc_create, proc *, p2);
+#endif
 
 	/*
 	 * If RFSTOPPED not requested, make child runnable and add to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710210053.l9L0rh4Q088555>