Home | History | Annotate | Download | only in src

Lines Matching refs:prof_gctx_t

77  * Global hash of (prof_bt_t *)-->(prof_gctx_t *).  This is the master data
153 prof_gctx_comp(const prof_gctx_t *a, const prof_gctx_t *b)
164 rb_gen(static UNUSED, gctx_tree_, prof_gctx_tree_t, prof_gctx_t, dump_link,
541 static prof_gctx_t *
547 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsd, offsetof(prof_gctx_t,
567 prof_gctx_try_destroy(tsd_t *tsd, prof_tdata_t *tdata_self, prof_gctx_t *gctx,
617 prof_gctx_should_destroy(prof_gctx_t *gctx)
634 prof_gctx_t *gctx = tctx->gctx;
702 void **p_btkey, prof_gctx_t **p_gctx, bool *p_new_gctx)
705 prof_gctx_t *p;
772 prof_gctx_t *gctx;
1060 prof_tctx_merge_gctx(prof_tctx_t *tctx, prof_gctx_t *gctx)
1131 prof_dump_gctx_prep(prof_gctx_t *gctx, prof_gctx_tree_t *gctxs)
1151 static prof_gctx_t *
1152 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *arg)
1169 prof_gctx_t *gctx;
1290 prof_dump_gctx(bool propagate_err, prof_gctx_t *gctx, const prof_bt_t *bt,
1426 static prof_gctx_t *
1427 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *arg)
1429 prof_gctx_t *ret;
1452 prof_gctx_t *p;