Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c66 nltype **sortednlp; in printprof() local
79 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof()
80 if (sortednlp == (nltype **) 0) { in printprof()
88 sortednlp[index++] = &(mi->nl[i]); in printprof()
91 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof()
94 np = sortednlp[index]; in printprof()
102 free(sortednlp); in printprof()