From 01f4d3d4e85fd953954fe5734a167d00f3c2ffe3 Mon Sep 17 00:00:00 2001 From: jb Date: Sun, 18 May 2008 19:28:51 +0000 Subject: 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. --- sys/conf/options | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1