Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/profile/
H A Dprofile.c132 } 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()
[all …]