Home
last modified time | relevance | path

Searched refs:dtrace_helpers_cleanup (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c42 void (*dtrace_helpers_cleanup)(proc_t *); variable
H A Dexit.c574 ASSERT(dtrace_helpers_cleanup != NULL); in proc_exit()
575 (*dtrace_helpers_cleanup)(p); in proc_exit()
H A Dfork.c646 ASSERT(dtrace_helpers_cleanup != NULL); in cfork()
647 (*dtrace_helpers_cleanup)(cp); in cfork()
H A Dexec.c2100 ASSERT(dtrace_helpers_cleanup != NULL); in exec_args()
2101 (*dtrace_helpers_cleanup)(p); in exec_args()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h2287 extern void (*dtrace_helpers_cleanup)(proc_t *);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c16166 dtrace_helpers_cleanup = dtrace_helpers_destroy; in dtrace_attach()
17289 dtrace_helpers_cleanup = NULL; in dtrace_detach()