Home | History | Annotate | Download | only in internal

Lines Matching refs:tsd

59 prof_tdata_t *prof_tdata_init(tsd_t *tsd);
60 prof_tdata_t *prof_tdata_reinit(tsd_t *tsd, prof_tdata_t *tdata);
62 void prof_alloc_rollback(tsd_t *tsd, prof_tctx_t *tctx);
63 void prof_malloc_sample_object(tsd_t *tsd, const void *ptr, size_t size,
65 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_info_t *prof_info);
66 prof_tctx_t *prof_tctx_create(tsd_t *tsd);
68 bool prof_mdump(tsd_t *tsd, const char *filename);
71 void prof_tdata_cleanup(tsd_t *tsd);
74 const char *prof_thread_name_get(tsd_t *tsd);
75 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
76 bool prof_thread_active_get(tsd_t *tsd);
77 bool prof_thread_active_set(tsd_t *tsd, bool active);
84 bool prof_boot2(tsd_t *tsd, base_t *base);
91 uint64_t prof_sample_new_event_wait(tsd_t *tsd);
92 uint64_t prof_sample_postponed_event_wait(tsd_t *tsd);
93 void prof_sample_event_handler(tsd_t *tsd, uint64_t elapsed);