Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c76 #define TB_SAMPLE_SIZE (sizeof(tb_sample_t)) macro
77 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
455 cur_sample = cur_off / TB_SAMPLE_SIZE; in sbprof_tb_read()
456 sample_off = cur_off % TB_SAMPLE_SIZE; in sbprof_tb_read()
457 sample_left = TB_SAMPLE_SIZE - sample_off; in sbprof_tb_read()
477 sample_left = TB_SAMPLE_SIZE; in sbprof_tb_read()