Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add BIOHIST (and belatedly, UVMHIST) to the ALL ker...



details:   https://anonhg.NetBSD.org/src/rev/c8f4fcb4b052
branches:  trunk
changeset: 349879:c8f4fcb4b052
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Dec 27 01:11:52 2016 +0000

description:
Add BIOHIST (and belatedly, UVMHIST) to the ALL kernels for i386 and amd64.

XXX Perhaps it should be added to others as well?  Perhaps just as comments?

diffstat:

 sys/arch/amd64/conf/ALL |  6 ++++--
 sys/arch/i386/conf/ALL  |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 686b0285c24e -r c8f4fcb4b052 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Mon Dec 26 23:59:47 2016 +0000
+++ b/sys/arch/amd64/conf/ALL   Tue Dec 27 01:11:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.47 2016/12/23 11:27:10 maya Exp $
+# $NetBSD: ALL,v 1.48 2016/12/27 01:11:52 pgoyette Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.47 $"
+#ident                 "ALL-$Revision: 1.48 $"
 
 maxusers       64              # estimated number of users
 
@@ -125,6 +125,8 @@
 options        SYSCALL_TIMES   # per syscall times
 options        SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)
 options        KDTRACE_HOOKS   # kernel DTrace hooks
+options        UVMHIST         # kernhist for uvm subsystem
+options        BIOHIST         # kernhist for buff I/O
 
 # Compatibility options
 #options       COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI
diff -r 686b0285c24e -r c8f4fcb4b052 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Dec 26 23:59:47 2016 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Dec 27 01:11:52 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.409 2016/12/23 11:27:10 maya Exp $
+# $NetBSD: ALL,v 1.410 2016/12/27 01:11:52 pgoyette Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.409 $"
+#ident                 "ALL-$Revision: 1.410 $"
 
 maxusers       64              # estimated number of users
 
@@ -125,6 +125,8 @@
 options        SYSCALL_TIMES   # per syscall times
 options        SYSCALL_TIMES_HASCOUNTER        # use 'broken' rdtsc (soekris)
 options        KDTRACE_HOOKS   # kernel DTrace hooks
+options        UVMHIST         # kernhist for uvm subsystem
+options        BIOHIST         # kernhist for buff I/O
 
 # Compatibility options
 options        COMPAT_NOMID    # NetBSD 0.8, 386BSD, and BSDI



Home | Main Index | Thread Index | Old Index