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.c133 } profile_probe_t; typedef
138 profile_probe_t *profc_probe;
231 profile_probe(profile_probe_t *prof, hrtime_t late) in profile_probe()
265 profile_probe_t *prof = pcpu->profc_probe; in profile_fire()
279 profile_probe_t *prof = arg; in profile_tick()
290 profile_probe_t *prof; in profile_create()
304 prof = kmem_zalloc(sizeof (profile_probe_t), KM_SLEEP); in profile_create()
455 profile_probe_t *prof = parg; in profile_destroy()
462 kmem_free(prof, sizeof (profile_probe_t)); in profile_destroy()
473 profile_probe_t *prof = arg; in profile_online()
[all …]