PERFORCE change 132592 for review

John Birrell jb at FreeBSD.org
Sat Jan 5 14:30:05 PST 2008


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

Change 132592 by jb at jb_freebsd1 on 2008/01/05 22:29:33

	Add some more DTrace fields to the Solaris-compatible per-cpu
	structure.

Affected files ...

.. //depot/projects/dtrace/src/sys/compat/opensolaris/sys/cpuvar.h#7 edit

Differences ...

==== //depot/projects/dtrace/src/sys/compat/opensolaris/sys/cpuvar.h#7 (text+ko) ====

@@ -41,6 +41,9 @@
 	uint_t		cpu_intr_actv;
 	uintptr_t	cpu_profile_pc;
 	uintptr_t	cpu_profile_upc;
+	uintptr_t	cpu_dtrace_caller;	/* DTrace: caller, if any */
+	hrtime_t	cpu_dtrace_chillmark;	/* DTrace: chill mark time */
+	hrtime_t	cpu_dtrace_chilled;	/* DTrace: total chill time */
 } solaris_cpu_t; 
 
 /* Some code may choose to redefine this if pcpu_t would be more useful. */


More information about the p4-projects mailing list