summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2012-11-08 01:51:23 +0000
committerjhibbits <jhibbits@FreeBSD.org>2012-11-08 01:51:23 +0000
commita4906f7240b5360b91d7f0e46df6def2b10f0279 (patch)
tree180166de598eea5aeb19d567fc80a448b6e8aab5 /sys/powerpc/conf
parent15bd5ad44dd96e5b529d6dcd47b4b08fd6f7af3a (diff)
downloadFreeBSD-src-a4906f7240b5360b91d7f0e46df6def2b10f0279.zip
FreeBSD-src-a4906f7240b5360b91d7f0e46df6def2b10f0279.tar.gz
Add DTrace to 32-bit PowerPC GENERIC now.
MFC after: 1 month
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 91a49bb..7f31d43 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -24,6 +24,7 @@ ident GENERIC
machine powerpc powerpc
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
+makeoptions WITH_CTF=1
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
@@ -68,6 +69,8 @@ options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
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