Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c443 int cur_sample, sample_off, cur_count, sample_left; in sbprof_tb_read() local
456 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
457 sample_left = TB_SAMPLE_SIZE - sample_off; in sbprof_tb_read()
463 src = (char *)(((long)sbp.sbprof_tbbuf[cur_sample])+sample_off); in sbprof_tb_read()
476 sample_off = 0; in sbprof_tb_read()
479 sample_off += cur_count; in sbprof_tb_read()