Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c67 nltype **sortednlp; in printprof() local
80 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof()
81 if (sortednlp == (nltype **) 0) { in printprof()
89 sortednlp[index++] = &(mi->nl[i]); in printprof()
92 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof()
95 np = sortednlp[index]; in printprof()
103 free(sortednlp); in printprof()