Lines Matching refs:profile_probe_t
132 } profile_probe_t; typedef
137 profile_probe_t *profc_probe;
230 profile_probe(profile_probe_t *prof, hrtime_t late) in profile_probe()
264 profile_probe_t *prof = pcpu->profc_probe; in profile_fire()
278 profile_probe_t *prof = arg; in profile_tick()
289 profile_probe_t *prof; in profile_create()
303 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP); in profile_create()
453 profile_probe_t *prof = parg; in profile_destroy()
460 kmem_free(prof, sizeof (profile_probe_t)); in profile_destroy()
471 profile_probe_t *prof = arg; in profile_online()
501 profile_probe_t *prof = parg; in profile_enable()
533 profile_probe_t *prof = parg; in profile_disable()
545 profile_enable_omni(profile_probe_t *prof) in profile_enable_omni()
565 profile_disable_omni(profile_probe_t *prof) in profile_disable_omni()
587 profile_probe_t *prof = parg; in profile_enable()
604 profile_probe_t *prof = parg; in profile_disable()