Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/sibyte/common/
Dsb_tbprof.c63 int next_tb_sample; member
125 #define TB_FULL (sbp.next_tb_sample == MAX_TB_SAMPLES)
195 if (sbp.next_tb_sample < MAX_TB_SAMPLES) { in sbprof_tb_intr()
197 u64 *p = sbp.sbprof_tbbuf[sbp.next_tb_sample++]; in sbprof_tb_intr()
263 sbp.next_tb_sample = 0; in sbprof_zbprof_start()
459 while (size && (cur_sample < sbp.next_tb_sample)) { in sbprof_tb_read()