Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sibyte/common/
Dsb_tbprof.c85 #define MAX_TBSAMPLE_BYTES (12*1024*1024) macro
89 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
413 sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()