Searched defs:profile_probe_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dprofile.c101 } profile_probe_t; typedef in typeref:struct:profile_probe
106 profile_probe_t *profc_probe;
140 profile_probe_t *prof = pcpu->profc_probe;
153 profile_probe_t *prof = arg;
162 profile_probe_t *prof;
180 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
325 profile_probe_t *prof = parg;
328 kmem_free(prof, sizeof (profile_probe_t));
338 profile_probe_t *prof = arg;
369 profile_probe_t *pro
[all...]

Completed in 74 milliseconds