Lines Matching refs:curobjs
232 tctx->cnts.curobjs++;
247 assert(tctx->cnts.curobjs > 0);
249 tctx->cnts.curobjs--;
616 if (tctx->cnts.curobjs != 0)
644 assert(tctx->cnts.curobjs == 0);
1052 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1072 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs;
1115 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs,
1179 if (gctx->cnt_summed.curobjs != 0)
1249 cnt_all->curobjs += tdata->cnt_summed.curobjs;
1272 tdata->thr_uid, tdata->cnt_summed.curobjs,
1293 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs,
1320 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) ||
1322 assert(gctx->cnt_summed.curobjs == 0);
1345 gctx->cnt_summed.curobjs, gctx->cnt_summed.curbytes,
1454 cnt_all->curobjs, (cnt_all->curobjs != 1) ? "s" : "",