summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2013-08-22 05:07:50 +0000
committerjhibbits <jhibbits@FreeBSD.org>2013-08-22 05:07:50 +0000
commit38468fd3962921afc6ed99843722e9b9adb2490a (patch)
treed3af7147d7e263e4c77b456dd30c33e88d65cca4 /sys/powerpc/conf
parent2a80f7f2b9c9724ca6df516ae8c1505408425534 (diff)
downloadFreeBSD-src-38468fd3962921afc6ed99843722e9b9adb2490a.zip
FreeBSD-src-38468fd3962921afc6ed99843722e9b9adb2490a.tar.gz
Enable DTrace hooks in ppc64.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 54e3a4e..4b82ad8 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -24,6 +24,7 @@ ident GENERIC
machine powerpc powerpc64
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions WITH_CTF=1
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
@@ -67,6 +68,8 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options MAC # TrustedBSD MAC Framework
+options KDTRACE_HOOKS # Kernel DTrace hooks
+options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging support. Always need this:
OpenPOWER on IntegriCloud