Searched refs:total_names (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | arcs.c | 228 for (index = 0; index < total_names; index += 1) { in dotime() 479 for (index = total_names - 1; index >= 0; index -= 1) { in doflags() 638 topsortnlp = (nltype **) calloc(total_names, sizeof (nltype *)); in doarcs() 649 qsort(topsortnlp, total_names, sizeof (nltype *), topcmp); in doarcs() 653 for (index = 0; index < total_names; index += 1) { in doarcs() 679 timesortnlp = (nltype **) calloc(total_names + ncycle, in doarcs() 693 timesortnlp[total_names+index-1] = &cyclenl[index]; in doarcs() 695 qsort(timesortnlp, total_names + ncycle, sizeof (nltype *), totalcmp); in doarcs() 697 for (index = 0; index < total_names + ncycle; index++) in doarcs()
|
H A D | printgprof.c | 79 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof() 91 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof() 93 for (index = 0; (index < total_names) && print_flag; index += 1) { in printprof() 304 for (index = 0; index < total_names + ncycle && count_flag; index++) { in printgprof() 950 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 | 214 sztype total_names; /* from all modules */ variable
|