Lines Matching refs:total_funcs
41 size_t n_pcsamples, n_accounted_ticks, n_zeros, total_funcs;
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; i++) {
302 qsort(pn, total_funcs, sizeof (profnames_t), name_cmp);
304 for (i = 0; i < total_funcs; i++) {
310 else if ((i < (total_funcs - 1)) &&
363 total_funcs += mi->nfuncs;
365 profsym = calloc(total_funcs, sizeof (profrec_t));
368 cmdname, total_funcs * sizeof (profrec_t));
405 * Adjust total_funcs to actual printable funcs
407 total_funcs = ndx;