• Home
  • Raw
  • Download

Lines Matching refs:curobjs

246 	tctx->cnts.curobjs++;  in prof_malloc_sample_object()
259 assert(tctx->cnts.curobjs > 0); in prof_free_sampled_object()
261 tctx->cnts.curobjs--; in prof_free_sampled_object()
620 if (tctx->cnts.curobjs != 0) { in prof_tctx_should_destroy()
651 assert(tctx->cnts.curobjs == 0); in prof_tctx_destroy()
1071 tdata->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_tdata()
1090 gctx->cnt_summed.curobjs += tctx->dump_cnts.curobjs; in prof_tctx_merge_gctx()
1140 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1210 if (gctx->cnt_summed.curobjs != 0) { in prof_gctx_merge_iter()
1290 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; in prof_tdata_merge_iter()
1315 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter()
1333 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs, in prof_dump_header_impl()
1357 if ((!opt_prof_accum && gctx->cnt_summed.curobjs == 0) || in prof_dump_gctx()
1359 assert(gctx->cnt_summed.curobjs == 0); in prof_dump_gctx()
1382 gctx->cnt_summed.curobjs, gctx->cnt_summed.curbytes, in prof_dump_gctx()
1508 (double)cnt_all->curobjs) / sample_period; in prof_leakcheck()
1512 uint64_t curobjs = (uint64_t)round(((double)cnt_all->curobjs) * in prof_leakcheck() local
1517 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck()
1675 prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs, in prof_cnt_all() argument
1686 if (curobjs != NULL) { in prof_cnt_all()
1687 *curobjs = 0; in prof_cnt_all()
1705 if (curobjs != NULL) { in prof_cnt_all()
1706 *curobjs = prof_tdata_merge_iter_arg.cnt_all.curobjs; in prof_cnt_all()