Searched refs:prof_bt_t (Results 1 – 9 of 9) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_sys.h | 7 void bt_init(prof_bt_t *bt, void **vec); 8 void prof_backtrace(tsd_t *tsd, prof_bt_t *bt);
|
| H A D | prof_types.h | 4 typedef struct prof_bt_s prof_bt_t; typedef
|
| H A D | prof_data.h | 20 prof_tctx_t *prof_lookup(tsd_t *tsd, prof_bt_t *bt);
|
| H A D | prof_structs.h | 140 prof_bt_t bt;
|
| /src/contrib/jemalloc/src/ |
| H A D | prof_data.c | 186 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 D | prof_log.c | 55 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 D | prof_sys.c | 43 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 D | prof.c | 193 prof_bt_t bt; in prof_tctx_create()
|
| H A D | prof_recent.c | 478 prof_bt_t *bt = &tctx->gctx->bt; in prof_recent_alloc_dump_bt()
|