Lines Matching refs:tprof_buf_t
80 } tprof_buf_t; typedef
82 (sizeof(tprof_buf_t) + (sz) * sizeof(tprof_sample_t))
86 tprof_buf_t *c_buf;
164 static tprof_buf_t *
167 tprof_buf_t *new; in tprof_buf_alloc()
178 tprof_buf_free(tprof_buf_t *buf) in tprof_buf_free()
184 static tprof_buf_t *
185 tprof_buf_switch(tprof_cpu_t *c, tprof_buf_t *new) in tprof_buf_switch()
187 tprof_buf_t *old; in tprof_buf_switch()
194 static tprof_buf_t *
198 tprof_buf_t *new; in tprof_buf_refresh()
208 tprof_buf_t *buf; in tprof_worker()
275 tprof_buf_t *old; in tprof_stop1()
379 tprof_buf_t *new; in tprof_start()
380 tprof_buf_t *old; in tprof_start()
657 tprof_buf_t *buf; in tprof_clear()
710 tprof_buf_t * const buf = c->c_buf; in tprof_sample()
897 tprof_buf_t *buf; in filt_tprof_read_event()
941 tprof_buf_t *buf; in tprof_read()