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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c343 static dtrace_provider_id_t systrace_id; variable
432 if (dtrace_probe_lookup(systrace_id, NULL,
436 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
439 (void) dtrace_probe_create(systrace_id, NULL, syscallnames[i],
598 &systrace_pops, NULL, &systrace_id) != 0) {
610 &systrace_pops, NULL, &systrace_id) != 0) {
636 if (dtrace_unregister(systrace_id) != 0)

Completed in 13 milliseconds