]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctf: Import ctf.h from OpenBSD
authorMark Johnston <markj@FreeBSD.org>
Mon, 7 Mar 2022 13:42:57 +0000 (08:42 -0500)
committerMark Johnston <markj@FreeBSD.org>
Thu, 7 Apr 2022 00:30:44 +0000 (20:30 -0400)
commit3681c4f065f1028ff84b654cfbfb238f2723b78c
treed8de3b163803f38c6218118b88486101fe33e630
parent09e161a29ee5b0e52494c861f451de35b286e327
ctf: Import ctf.h from OpenBSD

Use it instead of the existing ctf.h from OpenSolaris.  This makes it
easier to use CTF in the core kernel, and to extend the CTF format to
support wider type IDs.

The imported ctf.h is modified to depend only on _types.h, and also to
provide macros which use the "parent" bit of a type ID to refer to types
in a parent CTF container.

No functional change intended.

Reviewed by: Domagoj Stolfa, emaste
Sponsored by: The FreeBSD Foundation

(cherry picked from commit 2d5d2a986ce1a93b8567dbdf3f80bc2b545d6998)
cddl/contrib/opensolaris/tools/ctf/common/ctf_headers.h
cddl/lib/libdtrace/Makefile
sys/cddl/contrib/opensolaris/uts/common/sys/ctf.h [deleted file]
sys/sys/ctf.h [new file with mode: 0644]
tools/build/Makefile