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

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c118 } profile_probe_t; typedef in typeref:struct:profile_probe
123 profile_probe_t *profc_probe;
157 profile_probe_t *prof = pcpu->profc_probe;
197 profile_probe_t *prof = arg;
232 profile_probe_t *prof;
247 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP);
249 prof = kmem_zalloc(sizeof (profile_probe_t) + NCPU*sizeof(profile_probe_percpu_t), KM_SLEEP);
399 profile_probe_t *prof = parg;
404 kmem_free(prof, sizeof (profile_probe_t));
406 kmem_free(prof, sizeof (profile_probe_t)
[all...]

Completed in 36 milliseconds