diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-28 01:34:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2004-06-28 01:34:47 +0000 |
commit | fb8afb0fc41ef3fe4cd5cc7bdb475fd4156c546f (patch) | |
tree | f74d6135fb63cd5fe8ab0273bc96c8d8e61ce444 /sys/conf | |
parent | 41dde1384131189f656d524751329b4be86e4de1 (diff) |
Add new, generic ``evcount'' event counter API to the kernel. From art@,
with modifications from me. Includes code for generic interrupt counter
fetching via sysctl. deraadt@ tholo@ drahn@ millert@ ok
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 9b47c4b7f66..bf78fe03ff1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.307 2004/06/22 23:55:23 millert Exp $ +# $OpenBSD: files,v 1.308 2004/06/28 01:34:46 aaron Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -578,6 +578,7 @@ file kern/kern_xxx.c file kern/kgdb_stub.c kgdb file kern/subr_autoconf.c file kern/subr_disk.c +file kern/subr_evcount.c file kern/subr_extent.c file kern/subr_log.c file kern/subr_pool.c |