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.
This commit is contained in:
John Birrell 2008-05-18 19:28:51 +00:00
parent 221351b7a5
commit c7d1b0ec0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179088

View File

@ -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