PERFORCE change 98705 for review

John Birrell jb at FreeBSD.org
Wed Jun 7 00:23:00 UTC 2006


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

Change 98705 by jb at jb_freebsd2 on 2006/06/06 23:23:22

	Add the fields that DTrace uses in it's chill action.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/pcpu.h#7 edit

Differences ...

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

@@ -79,6 +79,8 @@
 	struct cyc_cpu	*pc_cyclic;		/* Cyclic subsystem data */
 	u_int		pc_intr_actv;		/* Used by DTrace. */
 	uintptr_t	pc_dtrace_caller;	/* Used by DTrace. */
+	uint64_t	cpu_dtrace_chillmark;	/* DTrace chill mark time */
+	uint64_t	cpu_dtrace_chilled;	/* DTrace total chill time */
 };
 
 SLIST_HEAD(cpuhead, pcpu);


More information about the p4-projects mailing list