Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Build with DTrace support by default.



details:   https://anonhg.NetBSD.org/src/rev/339400c7201a
branches:  trunk
changeset: 822408:339400c7201a
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Mar 18 21:04:12 2017 +0000

description:
Build with DTrace support by default.
To activate, define the relevant modules in /etc/modules.conf.
For example (incomplete list):
solaris
dtrace
dtrace_sdt
dtrace_fbt
dtrace_lockstat
dtrace_profile
dtrace_syscall

Reviewed by christos

diffstat:

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

diffs (20 lines):

diff -r b4de5730aef8 -r 339400c7201a sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE   Sat Mar 18 21:03:28 2017 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE   Sat Mar 18 21:04:12 2017 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BEAGLEBONE,v 1.37 2017/02/19 07:47:00 rin Exp $
+#      $NetBSD: BEAGLEBONE,v 1.38 2017/03/18 21:04:12 sevan Exp $
 #
 #      BEAGLEBONE -- TI AM335x board Kernel
 #
@@ -134,7 +134,8 @@
 #options       PERFCTRS        # performance counters
 options        DIAGNOSTIC      # internal consistency checks
 options        DEBUG
-#options       KDTRACE_HOOKS   # kernel DTrace hooks
+options        KDTRACE_HOOKS   # kernel DTrace hooks
+options        MODULAR         # DTrace is a module (load via modules.conf)
 #options       PMAP_DEBUG      # Enable pmap_debug_level code
 #options       IPKDB           # remote kernel debugging
 #options       VERBOSE_INIT_ARM # verbose bootstraping messages



Home | Main Index | Thread Index | Old Index