Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c88 #define TB_SAMPLE_SIZE (sizeof(tb_sample_t)) macro
89 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
467 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
468 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
469 sample_left = TB_SAMPLE_SIZE - sample_off; in sbprof_tb_read()
489 sample_left = TB_SAMPLE_SIZE; in sbprof_tb_read()