Date: Tue, 9 May 2006 21:01:47 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 96880 for review Message-ID: <200605092101.k49L1lmT091806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96880 Change 96880 by jb@jb_freebsd2 on 2006/05/09 21:01:32 Add a field for the number of cyclic timers enabled. This value is actually in the cyclic structure that the hook points to, but it is probably quicker to check an integer variable. Affected files ... .. //depot/projects/dtrace/src/sys/sys/pcpu.h#4 edit Differences ... ==== //depot/projects/dtrace/src/sys/sys/pcpu.h#4 (text+ko) ==== @@ -75,6 +75,7 @@ PCPU_MD_FIELDS; struct vmmeter pc_cnt; /* VM stats counters */ struct device *pc_device; + int pc_ncyclic; /* Number of cyclic timers enabled. */ struct cyc_cpu *pc_cyclic; /* Cyclic subsystem data */ };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605092101.k49L1lmT091806>