svn commit: r254639 - head/sys/powerpc/conf

Justin Hibbits jhibbits at FreeBSD.org
Thu Aug 22 05:07:50 UTC 2013


Author: jhibbits
Date: Thu Aug 22 05:07:50 2013
New Revision: 254639
URL: http://svnweb.freebsd.org/changeset/base/254639

Log:
  Enable DTrace hooks in ppc64.

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Thu Aug 22 05:03:41 2013	(r254638)
+++ head/sys/powerpc/conf/GENERIC64	Thu Aug 22 05:07:50 2013	(r254639)
@@ -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 #Po
 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:


More information about the svn-src-head mailing list