Lines Matching refs:sample_elm
68 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()
445 struct sample_elm * const *eb = b; in sample_sortfunc_instantaneous()
455 sizeof(struct sample_elm *), sample_sortfunc_accumulative); in sample_sort_accumulative()
463 sizeof(struct sample_elm *), sample_sortfunc_instantaneous); in sample_sort_instantaneous()
469 struct sample_elm *e, *o; in sample_collect()
717 struct sample_elm *e; in sample_show()
804 e = (struct sample_elm *)samples->pa_ptrs[i]; in sample_show()