Searched refs:total_funcs (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | profv.c | 41 size_t n_pcsamples, n_accounted_ticks, n_zeros, total_funcs; variable 76 for (i = 0; i < total_funcs; i++) { in setup_demangled_names() 167 qsort(profsym, total_funcs, sizeof (profrec_t), sort_func); in print_profile_data() 175 for (i = 0; i < total_funcs; i++) { in print_profile_data() 182 } else if ((i < (total_funcs - 1)) && in print_profile_data() 206 for (i = 0; i < total_funcs; i++) { in print_profile_data() 254 filler, total_funcs); in print_profile_data() 290 pn = calloc(total_funcs, sizeof (profnames_t)); in check_dupnames() 293 cmdname, total_funcs * sizeof (profnames_t)); in check_dupnames() 297 for (i = 0; i < total_funcs; i++) { in check_dupnames() [all …]
|
H A D | profv.h | 174 extern size_t n_pcsamples, n_accounted_ticks, n_zeros, total_funcs;
|