• Home
  • Raw
  • Download

Lines Matching refs:gctxs

1179 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) {  in prof_dump_gctx_prep()  argument
1190 gctx_tree_insert(gctxs, gctx); in prof_dump_gctx_prep()
1203 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() argument
1219 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) { in prof_gctx_finish() argument
1229 while ((gctx = gctx_tree_first(gctxs)) != NULL) { in prof_gctx_finish()
1230 gctx_tree_remove(gctxs, gctx); in prof_gctx_finish()
1348 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx() argument
1532 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_dump_iter() argument
1540 gctxs)) { in prof_gctx_dump_iter()
1555 prof_gctx_tree_t *gctxs) { in prof_dump_prep() argument
1568 gctx_tree_new(gctxs); in prof_dump_prep()
1570 prof_dump_gctx_prep(tsd_tsdn(tsd), gctx.p, gctxs); in prof_dump_prep()
1587 gctx_tree_iter(gctxs, NULL, prof_gctx_merge_iter, in prof_dump_prep()
1599 prof_gctx_tree_t *gctxs) { in prof_dump_file() argument
1614 if (gctx_tree_iter(gctxs, NULL, prof_gctx_dump_iter, in prof_dump_file()
1648 prof_gctx_tree_t gctxs; in prof_dump() local
1653 &prof_gctx_merge_iter_arg, &gctxs); in prof_dump()
1656 &prof_gctx_dump_iter_arg, &gctxs); in prof_dump()
1657 prof_gctx_finish(tsd, &gctxs); in prof_dump()
1681 prof_gctx_tree_t gctxs; in prof_cnt_all() local
1702 &prof_gctx_merge_iter_arg, &gctxs); in prof_cnt_all()
1703 prof_gctx_finish(tsd, &gctxs); in prof_cnt_all()