Searched refs:sbprof_tbbuf (Results 1 – 3 of 3) sorted by relevance
95 u_int64_t *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++]; in sbprof_tb_intr()263 sbp.sbprof_tbbuf = vmalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()264 if (!sbp.sbprof_tbbuf) { in sbprof_tb_open()267 memset(sbp.sbprof_tbbuf, 0, MAX_TBSAMPLE_BYTES); in sbprof_tb_open()288 vfree(sbp.sbprof_tbbuf); in sbprof_tb_release()312 src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off); in sbprof_tb_read()
35 tb_sample_t *sbprof_tbbuf; member