Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c455 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
467 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
471 while (size && (cur_sample < sbp.next_tb_sample)) { in sbprof_tb_read()
475 src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off); in sbprof_tb_read()
483 cur_sample, cur_count); in sbprof_tb_read()
487 cur_sample++; in sbprof_tb_read()