Searched refs:dtps_suspend (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1531 * dtps_suspend() <-- Suspend specified probe
1663 * 1.6 void dtps_suspend(void *arg, dtrace_id_t id, void *parg)
1677 * dtps_suspend will only be called on an enabled probe. Providers that
1678 * provide a dtps_suspend entry point will want to take roughly the action
1689 * dtps_suspend(). As interrupts are disabled, the provider is afforded
1699 * completion of an event that induced a call to dtps_suspend().
1911 * the dtps_suspend() and dtps_resume() members, which must either both be
2186 void (*dtps_suspend)(void *arg, dtrace_id_t id, void *parg); member in struct:dtrace_pops
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c7986 ((pops->dtps_resume == NULL) != (pops->dtps_suspend == NULL))) {
8048 if (pops->dtps_suspend == NULL) {
8050 provider->dtpv_pops.dtps_suspend =
16738 dtrace_probe_foreach(offsetof(dtrace_pops_t, dtps_suspend));

Completed in 103 milliseconds