HomeSort by: relevance | last modified time | path
    Searched defs:ptrarray_push (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/tprof/
tprof_top.c 298 ptrarray_push(struct ptrarray *ptrarray, void *ptr) function in typeref:typename:void
525 ptrarray_push(&sample_list[SAMPLE_MODE_ACCUMULATIVE], o);
526 ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS], o);
534 ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS],
tprof_top.c 298 ptrarray_push(struct ptrarray *ptrarray, void *ptr) function in typeref:typename:void
525 ptrarray_push(&sample_list[SAMPLE_MODE_ACCUMULATIVE], o);
526 ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS], o);
534 ptrarray_push(&sample_list[SAMPLE_MODE_INSTANTANEOUS],

Completed in 81 milliseconds