sbprof_tbbuf       62 arch/mips/sibyte/common/sb_tbprof.c 	tb_sample_t		*sbprof_tbbuf;
sbprof_tbbuf      197 arch/mips/sibyte/common/sb_tbprof.c 		u64 *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++];
sbprof_tbbuf      401 arch/mips/sibyte/common/sb_tbprof.c 	sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES);
sbprof_tbbuf      402 arch/mips/sibyte/common/sb_tbprof.c 	if (!sbp.sbprof_tbbuf) {
sbprof_tbbuf      431 arch/mips/sibyte/common/sb_tbprof.c 	vfree(sbp.sbprof_tbbuf);
sbprof_tbbuf      463 arch/mips/sibyte/common/sb_tbprof.c 		src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off);