Searched refs:total_funcs (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/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++) { 167 qsort(profsym, total_funcs, sizeof (profrec_t), sort_func); 175 for (i = 0; i < total_funcs; i++) { 182 } else if ((i < (total_funcs - 1)) && 206 for (i = 0; i < total_funcs; i++) { 254 filler, total_funcs); 290 pn = calloc(total_funcs, sizeof (profnames_t)); 293 cmdname, total_funcs * sizeof (profnames_t)); 297 for (i = 0; i < total_funcs; [all...] |
H A D | profv.h | 174 extern size_t n_pcsamples, n_accounted_ticks, n_zeros, total_funcs;
|
Completed in 44 milliseconds