Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2006 23:23:34 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98705 for review
Message-ID:  <200606062323.k56NNYJs042344@repoman.freebsd.org>

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

Change 98705 by jb@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);



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