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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dsystrace.c50 static dtrace_provider_id_t systrace_id; variable
100 if (dtrace_probe_lookup(systrace_id, NULL,
104 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
107 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
250 &systrace_pops, NULL, &systrace_id) != 0) {
274 if (dtrace_unregister(systrace_id) != 0)
/freebsd-10.1-release/sys/cddl/dev/systrace/
H A Dsystrace.c169 static dtrace_provider_id_t systrace_id; variable
252 if (dtrace_probe_lookup(systrace_id, MODNAME,
256 (void) dtrace_probe_create(systrace_id, MODNAME, uglyhack.pp_syscallnames[i],
259 (void) dtrace_probe_create(systrace_id, MODNAME, uglyhack.pp_syscallnames[i],
314 NULL, &systrace_pops, NULL, &systrace_id) != 0)
328 if ((error = dtrace_unregister(systrace_id)) != 0)

Completed in 100 milliseconds