Date: Sat, 5 Jan 2008 22:30:04 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132592 for review Message-ID: <200801052230.m05MU4wr041031@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132592 Change 132592 by jb@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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801052230.m05MU4wr041031>