Home
last modified time | relevance | path

Searched refs:prof_bt_t (Results 1 – 9 of 9) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_sys.h7 void bt_init(prof_bt_t *bt, void **vec);
8 void prof_backtrace(tsd_t *tsd, prof_bt_t *bt);
H A Dprof_types.h4 typedef struct prof_bt_s prof_bt_t; typedef
H A Dprof_data.h20 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
H A Dprof_structs.h140 prof_bt_t bt;
/src/contrib/jemalloc/src/
H A Dprof_data.c186 prof_gctx_create(tsdn_t *tsdn, prof_bt_t *bt) { in prof_gctx_create()
261 prof_lookup_global(tsd_t *tsd, prof_bt_t *bt, prof_tdata_t *tdata, in prof_lookup_global()
268 prof_bt_t *p; in prof_lookup_global()
326 prof_lookup(tsd_t *tsd, prof_bt_t *bt) { in prof_lookup()
975 const prof_bt_t *bt, prof_gctx_tree_t *gctxs) { in prof_dump_gctx()
1140 prof_bt_t *bt = (prof_bt_t *)key; in prof_bt_hash()
1149 const prof_bt_t *bt1 = (prof_bt_t *)k1; in prof_bt_keycomp()
1150 const prof_bt_t *bt2 = (prof_bt_t *)k2; in prof_bt_keycomp()
H A Dprof_log.c55 prof_bt_t bt;
124 prof_log_bt_index(tsd_t *tsd, prof_bt_t *bt) { in prof_log_bt_index()
250 prof_bt_t bt; in prof_try_log()
254 prof_bt_t *cons_bt = &bt; in prof_try_log()
257 prof_bt_t *prod_bt = &tctx->gctx->bt; in prof_try_log()
H A Dprof_sys.c43 bt_init(prof_bt_t *bt, void **vec) { in bt_init()
278 prof_backtrace(tsd_t *tsd, prof_bt_t *bt) { in prof_backtrace()
H A Dprof.c193 prof_bt_t bt; in prof_tctx_create()
H A Dprof_recent.c478 prof_bt_t *bt = &tctx->gctx->bt; in prof_recent_alloc_dump_bt()