Lines Matching refs:thr_uid
125 uint64_t thr_uid; member
255 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp()
256 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp()
294 uint64_t a_uid = a->thr_uid; in rb_gen()
295 uint64_t b_uid = b->thr_uid; in rb_gen()
407 prof_log_thr_index(tsd_t *tsd, uint64_t thr_uid, const char *name) { in prof_log_thr_index() argument
412 dummy_node.thr_uid = thr_uid; in prof_log_thr_index()
432 new_node->thr_uid = thr_uid; in prof_log_thr_index()
498 new_node->alloc_thr_ind = prof_log_thr_index(tsd, tctx->tdata->thr_uid, in prof_try_log()
500 new_node->free_thr_ind = prof_log_thr_index(tsd, cons_tdata->thr_uid, in prof_try_log()
816 prof_tdata_mutex_choose(uint64_t thr_uid) { in prof_tdata_mutex_choose() argument
817 return &tdata_locks[thr_uid % PROF_NTDATA_LOCKS]; in prof_tdata_mutex_choose()
1099 ret.p->thr_uid = tdata->thr_uid; in prof_lookup()
1411 "%"FMTu64"]\n", tctx->thr_uid, tctx->dump_cnts.curobjs, in prof_tctx_dump_iter()
1586 tdata->thr_uid, tdata->cnt_summed.curobjs, in prof_tdata_dump_iter()
2178 hash(&thr_node->thr_uid, sizeof(uint64_t), 0x94122f35U, r_hash); in prof_thr_node_hash()
2185 return thr_node1->thr_uid == thr_node2->thr_uid; in prof_thr_node_keycomp()
2190 uint64_t thr_uid; in prof_thr_uid_alloc() local
2193 thr_uid = next_thr_uid; in prof_thr_uid_alloc()
2197 return thr_uid; in prof_thr_uid_alloc()
2201 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl() argument
2215 tdata->lock = prof_tdata_mutex_choose(thr_uid); in prof_tdata_init_impl()
2216 tdata->thr_uid = thr_uid; in prof_tdata_init_impl()
2322 uint64_t thr_uid = tdata->thr_uid; in prof_tdata_reinit() local
2329 return prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_tdata_reinit()
2589 &thr_node->thr_uid); in prof_log_emit_threads()