Deleted Added
sdiff udiff text old ( 285662 ) new ( 285703 )
full compact
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/amd64/conf/NOTES 285703 2015-07-19 22:14:09Z markj $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace
16# kernel modules.
17#
18options KDTRACE_HOOKS
19
20# DTrace core
21# NOTE: introduces CDDL-licensed components into the kernel
22#device dtrace
23
24# DTrace modules
25#device dtrace_profile
26#device dtrace_sdt
27#device dtrace_fbt
28#device dtrace_systrace
29#device dtrace_prototype
30#device dtnfscl
31#device dtmalloc
32

--- 660 unchanged lines hidden ---