Searched refs:TB_SAMPLE_SIZE (Results 1 – 1 of 1) sorted by relevance
88 #define TB_SAMPLE_SIZE (sizeof(tb_sample_t)) macro89 #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()