Add support for User Statically Defined Tracing (USDT) probes

This adds support for User Statically Defined Tracing (USDT).  On
Linux, this uses the header from SystemTap and dtrace utility, but the
support is universal as long as dtrace is available.

Also add the required infrastructure to add probes to libisc, libdns and
libns libraries, where most of the probes will be.
This commit is contained in:
Ondřej Surý
2023-01-30 15:36:49 +01:00
parent 1e16d41446
commit 784d055809
18 changed files with 226 additions and 11 deletions

View File

@@ -48,8 +48,6 @@ check_PROGRAMS = \
zonemgr_test \
zt_test
CLEANFILES =
if HAVE_PERL
check_PROGRAMS += \