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 285662 2015-07-17 23:30:43Z benno $
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_lockstat
26#device dtrace_profile
27#device dtrace_sdt
28#device dtrace_fbt
29#device dtrace_systrace
30#device dtrace_prototype
31#device dtnfscl
32#device dtmalloc
33

--- 660 unchanged lines hidden ---