Home
last modified time | relevance | path

Searched refs:dtrace_unregister (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/sys/cddl/dev/dtrace/
H A Ddtrace_unload.c45 if (dtrace_unregister((dtrace_provider_id_t)dtrace_provider) != 0) { in dtrace_unload()
/freebsd-14.2/sys/cddl/dev/sdt/
H A Dsdt.c347 if (dtrace_unregister(prov->id) != 0) { in sdt_kld_unload_try()
409 ret = dtrace_unregister(prov->id); in sdt_unload()
/freebsd-14.2/sys/cddl/dev/
H A Dprototype.c101 if ((error = dtrace_unregister(prototype_id)) != 0) in prototype_unload()
/freebsd-14.2/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c181 if ((error = dtrace_unregister(dtmalloc_id)) != 0) in dtmalloc_unload()
/freebsd-14.2/sys/cddl/dev/kinst/
H A Dkinst.c300 return (dtrace_unregister(kinst_id)); in kinst_unload()
/freebsd-14.2/sys/security/audit/
H A Daudit_dtrace.c502 if ((error = dtrace_unregister(dtaudit_id)) != 0) in dtaudit_unload()
/freebsd-14.2/sys/cddl/dev/systrace/
H A Dsystrace.c356 if (dtrace_unregister(systrace_id) != 0) in systrace_unload()
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clkdtrace.c548 return (dtrace_unregister(dtnfsclient_id)); in dtnfsclient_unload()
/freebsd-14.2/sys/cddl/dev/profile/
H A Dprofile.c634 if ((error = dtrace_unregister(profile_id)) != 0) in profile_unload()
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c517 if ((rval = dtrace_unregister(provid)) != 0) { in fasttrap_pid_cleanup_cb()
2556 if (dtrace_unregister(fp->ftp_provid) != 0) { in fasttrap_unload()
H A Ddtrace.c8860 dtrace_unregister(dtrace_provider_id_t id) function
18239 if (dtrace_unregister((dtrace_provider_id_t)dtrace_provider) != 0) {
/freebsd-14.2/sys/cddl/dev/fbt/
H A Dfbt.c1281 if ((error = dtrace_unregister(fbt_id)) != 0) in fbt_unload()
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h2157 extern int dtrace_unregister(dtrace_provider_id_t);