summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2008-05-18 19:28:51 +0000
committerjb <jb@FreeBSD.org>2008-05-18 19:28:51 +0000
commit01f4d3d4e85fd953954fe5734a167d00f3c2ffe3 (patch)
tree08ad5fd7ab40d903b4813684ef992d5e64e31238 /sys/conf/options
parent2670a520c1f30847e546ede686deb65ff033acf4 (diff)
downloadFreeBSD-src-01f4d3d4e85fd953954fe5734a167d00f3c2ffe3.zip
FreeBSD-src-01f4d3d4e85fd953954fe5734a167d00f3c2ffe3.tar.gz
Add two kernel options:
- KDTRACE_HOOKS for the shim layer of hooks which separate BSD licensed code from CDDL code. - DDB_CTF for the code that parses the CTF (compact C type format) data for use by the DTrace Function Boundary Trace provider and (possibly) ddb if we plan to do that.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index bed05e2..875e71b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -50,6 +50,7 @@ TWA_FLASH_FIRMWARE opt_twa.h
DDB
DDB_CAPTURE_DEFAULTBUFSIZE opt_ddb.h
DDB_CAPTURE_MAXBUFSIZE opt_ddb.h
+DDB_CTF opt_ddb.h
DDB_NUMSYM opt_ddb.h
GDB
KDB opt_global.h
@@ -105,6 +106,7 @@ GEOM_UZIP opt_geom.h
GEOM_VIRSTOR opt_geom.h
GEOM_VOL opt_geom.h
GEOM_ZERO opt_geom.h
+KDTRACE_HOOKS opt_kdtrace.h
KSTACK_MAX_PAGES
KSTACK_PAGES
KTRACE
OpenPOWER on IntegriCloud