prof.c | 1258 prof_cnt_t cnt_all; member in struct:prof_tdata_merge_iter_arg_s 1282 arg->cnt_all.curobjs += tdata->cnt_summed.curobjs; 1283 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; 1285 arg->cnt_all.accumobjs += tdata->cnt_summed.accumobjs; 1286 arg->cnt_all.accumbytes += tdata->cnt_summed.accumbytes; 1319 prof_dump_header(tsdn_t *tsdn, bool propagate_err, const prof_cnt_t *cnt_all) 1326 ((uint64_t)1U << lg_prof_sample), cnt_all->curobjs, 1327 cnt_all->curbytes, cnt_all->accumobjs, cnt_all->accumbytes) [all...] |