Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 18:08:12 -0500
From:      Ryan Stone <rysto32@gmail.com>
To:        =?UTF-8?Q?Viktor_=C5=A0tujber?= <viktor.stujber@gmail.com>
Cc:        "freebsd-dtrace@freebsd.org" <freebsd-dtrace@freebsd.org>
Subject:   Re: missing system struct definitions during compilation files in /usr/lib/dtrace/ in local releng/10.1 build
Message-ID:  <CAFMmRNzcbgxN_0qyMy9QSWF-tBrOZ_J%2B-uyWVtPrqYbTSJ=xxQ@mail.gmail.com>
In-Reply-To: <5485C63E.3090002@gmail.com>
References:  <5485C63E.3090002@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
dtrace gets the structure definitions from CTF debugging data in the
kernel image.  Did you use a custom kernel configuraton file?  Make
sure that you have these lines in your kernel config:

makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
makeoptions     WITH_CTF=1              # Run ctfconvert(1) for DTrace support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNzcbgxN_0qyMy9QSWF-tBrOZ_J%2B-uyWVtPrqYbTSJ=xxQ>