Home
last modified time | relevance | path

Searched refs:next_tb_sample (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c75 int next_tb_sample; member
137 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES)
207 if (sbp.next_tb_sample < MAX_TB_SAMPLES) { in sbprof_tb_intr()
209 u64 *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++]; in sbprof_tb_intr()
275 sbp.next_tb_sample = 0; in sbprof_zbprof_start()
471 while (size && (cur_sample < sbp.next_tb_sample)) { in sbprof_tb_read()