[DTrace-devel] [PATCH 1/4] provider: fix registering fbt and rawfbt twice

Kris Van Hees kris.van.hees at oracle.com
Thu May 1 15:08:16 UTC 2025


Now that rawfbt has been integrated into the fbt provider, it no longer
needs to be in the list of providers to call populate() in.

Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 libdtrace/dt_provider.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libdtrace/dt_provider.c b/libdtrace/dt_provider.c
index 0c621197..1e2e844e 100644
--- a/libdtrace/dt_provider.c
+++ b/libdtrace/dt_provider.c
@@ -36,7 +36,6 @@ const dt_provimpl_t *dt_providers[] = {
 	&dt_lockstat,
 	&dt_proc,
 	&dt_profile,
-	&dt_rawfbt,
 	&dt_rawtp,
 	&dt_sched,
 	&dt_sdt,
-- 
2.42.0




More information about the DTrace-devel mailing list