Lines Matching refs:gctxs

1450 prof_dump_gctx_prep(tsdn_t *tsdn, prof_gctx_t *gctx, prof_gctx_tree_t *gctxs) {  in prof_dump_gctx_prep()  argument
1461 gctx_tree_insert(gctxs, gctx); in prof_dump_gctx_prep()
1474 prof_gctx_merge_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_merge_iter() argument
1490 prof_gctx_finish(tsd_t *tsd, prof_gctx_tree_t *gctxs) { in prof_gctx_finish() argument
1500 while ((gctx = gctx_tree_first(gctxs)) != NULL) { in prof_gctx_finish()
1501 gctx_tree_remove(gctxs, gctx); in prof_gctx_finish()
1619 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx() argument
1803 prof_gctx_dump_iter(prof_gctx_tree_t *gctxs, prof_gctx_t *gctx, void *opaque) { in prof_gctx_dump_iter() argument
1811 gctxs)) { in prof_gctx_dump_iter()
1826 prof_gctx_tree_t *gctxs) { in prof_dump_prep() argument
1839 gctx_tree_new(gctxs); in prof_dump_prep()
1841 prof_dump_gctx_prep(tsd_tsdn(tsd), gctx.p, gctxs); in prof_dump_prep()
1858 gctx_tree_iter(gctxs, NULL, prof_gctx_merge_iter, in prof_dump_prep()
1870 prof_gctx_tree_t *gctxs) { in prof_dump_file() argument
1885 if (gctx_tree_iter(gctxs, NULL, prof_gctx_dump_iter, in prof_dump_file()
1919 prof_gctx_tree_t gctxs; in prof_dump() local
1924 &prof_gctx_merge_iter_arg, &gctxs); in prof_dump()
1927 &prof_gctx_dump_iter_arg, &gctxs); in prof_dump()
1928 prof_gctx_finish(tsd, &gctxs); in prof_dump()
1952 prof_gctx_tree_t gctxs; in prof_cnt_all() local
1973 &prof_gctx_merge_iter_arg, &gctxs); in prof_cnt_all()
1974 prof_gctx_finish(tsd, &gctxs); in prof_cnt_all()