Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c81 void **pa_ptrs; member
305 error = reallocarr(&ptrarray->pa_ptrs, ptrarray->pa_allocnum, in ptrarray_push()
306 sizeof(*ptrarray->pa_ptrs)); in ptrarray_push()
310 ptrarray->pa_ptrs[ptrarray->pa_inuse++] = ptr; in ptrarray_push()
319 (*ifunc)(ptrarray->pa_ptrs[i]); in ptrarray_iterate()
453 qsort(sample_list[SAMPLE_MODE_ACCUMULATIVE].pa_ptrs, in sample_sort_accumulative()
461 qsort(sample_list[SAMPLE_MODE_INSTANTANEOUS].pa_ptrs, in sample_sort_instantaneous()
804 e = (struct sample_elm *)samples->pa_ptrs[i]; in sample_show()