Searched refs:total_names (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | arcs.c | 32 sztype total_names; variable 231 for (index = 0; index < total_names; index += 1) { in dotime() 484 for (index = total_names - 1; index >= 0; index -= 1) { in doflags() 641 topsortnlp = (nltype **) calloc(total_names, sizeof (nltype *)); in doarcs() 652 qsort(topsortnlp, total_names, sizeof (nltype *), topcmp); in doarcs() 656 for (index = 0; index < total_names; index += 1) { in doarcs() 682 timesortnlp = (nltype **) calloc(total_names + ncycle, in doarcs() 696 timesortnlp[total_names+index-1] = &cyclenl[index]; in doarcs() 698 qsort(timesortnlp, total_names + ncycle, sizeof (nltype *), totalcmp); in doarcs() 700 for (index = 0; index < total_names + ncycle; index++) in doarcs()
|
H A D | printgprof.c | 80 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof() 92 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof() 94 for (index = 0; (index < total_names) && print_flag; index += 1) { in printprof() 305 for (index = 0; index < total_names + ncycle && count_flag; index++) { in printgprof() 988 namesortnlp = calloc(total_names + ncycle, sizeof (nltype *)); in printindex()
|
H A D | readelf.c | 465 extern sztype total_names; in get_symtab() 622 total_names += l_nname; in get_symtab()
|
H A D | gprof.h | 212 extern sztype total_names; /* from all modules */
|