Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/sibyte/common/
Dsb_tbprof.c84 #define MAX_TBSAMPLE_BYTES (12*1024*1024) macro
88 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
412 sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()