Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c68 struct sample_elm { struct
332 const struct sample_elm *a1 = n1; in sample_compare_key()
333 const struct sample_elm *a2 = (const struct sample_elm *)keyp; in sample_compare_key()
358 const struct sample_elm *e; in sample_init()
363 size = sizeof(struct sample_elm) + in sample_init()
365 sizeof_sample_elm = n_align(size, __alignof(struct sample_elm)); in sample_init()
391 struct sample_elm *e = (void *)arg; in sample_clear_instantaneous()
435 struct sample_elm * const *ea = a; in sample_sortfunc_accumulative()
436 struct sample_elm * const *eb = b; in sample_sortfunc_accumulative()
444 struct sample_elm * const *ea = a; in sample_sortfunc_instantaneous()
[all …]