Enable DTrace hooks in ppc64.
This commit is contained in:
parent
7ccb72b31f
commit
f75483ce75
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user