Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/sibyte/common/
H A Dsb_tbprof.c73 #define MAX_TBSAMPLE_BYTES (12*1024*1024) macro
77 #define MAX_TB_SAMPLES (MAX_TBSAMPLE_BYTES/TB_SAMPLE_SIZE)
401 sbp.sbprof_tbbuf = vzalloc(MAX_TBSAMPLE_BYTES); in sbprof_tb_open()