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

/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c49 static dtrace_provider_id_t systrace_id; variable
99 if (dtrace_probe_lookup(systrace_id, NULL,
103 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
106 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
250 &systrace_pops, NULL, &systrace_id) != 0) {
274 if (dtrace_unregister(systrace_id) != 0)

Completed in 102 milliseconds