Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf amd64/XEN3_DOMU: Enable KDTRACE_HOOKS.



details:   https://anonhg.NetBSD.org/src/rev/f9d887ed99df
branches:  trunk
changeset: 378119:f9d887ed99df
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jul 21 02:04:52 2023 +0000

description:
amd64/XEN3_DOMU: Enable KDTRACE_HOOKS.

XXX pullup-10

diffstat:

 sys/arch/amd64/conf/XEN3_DOMU |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b3dbbd8e07d2 -r f9d887ed99df sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Fri Jul 21 00:44:38 2023 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Fri Jul 21 02:04:52 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.100 2023/02/09 14:09:48 abs Exp $
+# $NetBSD: XEN3_DOMU,v 1.101 2023/07/21 02:04:52 riastradh Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -11,7 +11,7 @@ options       INCLUDE_CONFIG_FILE     # embed con
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOMU-$Revision: 1.100 $"
+#ident         "XEN3_DOMU-$Revision: 1.101 $"
 
 maxusers       32              # estimated number of users
 
@@ -54,6 +54,7 @@ options       DDB_HISTORY_SIZE=512    # enable h
 #makeoptions   DEBUG="-g"      # compile full symbol table
 makeoptions    COPTS="-O2 -fno-omit-frame-pointer"
 options DDB_COMMANDONENTER="trace;show registers"
+options        KDTRACE_HOOKS   # kernel DTrace hooks
 
 # Compatibility options
 include        "conf/compat_netbsd15.config"



Home | Main Index | Thread Index | Old Index