opnsense-src/sys/cddl/dev/fbt
Mark Johnston 2ecf3b58eb fbt: Add support for CTFv3 containers
The general aim in this and subsequent patches is to minimize the
amount of code that directly references CTF types such as ctf_type_t,
ctf_array_t, etc.  To that end, introduce some routines similar to the
existing fbt_get_ctt_size() (which exists to deal with differences
between v1 and v2) and change ctf_lookup_by_id() to return a void
pointer.

Support for v2 containers is preserved.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit d9175438c0)
2022-04-06 20:30:44 -04:00
..
aarch64 Teach DTrace about BTI on arm64 2022-02-22 16:23:07 +00:00
arm dtrace/fbt: fix return probe arguments on arm 2020-07-21 07:41:36 +00:00
mips
powerpc
riscv dtrace: Blacklist riscv exception handlers for fbt 2021-01-12 10:33:16 +01:00
x86
fbt.c fbt: Add support for CTFv3 containers 2022-04-06 20:30:44 -04:00
fbt.h