Searched refs:TRACE_ARRAY_SIZE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c100 samples[spu * TRACE_ARRAY_SIZE + entry]
102 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry]
126 if (entry >= TRACE_ARRAY_SIZE)
172 samples + (k * TRACE_ARRAY_SIZE),
214 TRACE_ARRAY_SIZE * sizeof(u32), GFP_KERNEL);
H A Dpr_util.h33 #define TRACE_ARRAY_SIZE 1024 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/oprofile/cell/
H A Dspu_profiler.c100 samples[spu * TRACE_ARRAY_SIZE + entry]
102 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry]
126 if (entry >= TRACE_ARRAY_SIZE)
172 samples + (k * TRACE_ARRAY_SIZE),
214 TRACE_ARRAY_SIZE * sizeof(u32), GFP_KERNEL);
H A Dpr_util.h33 #define TRACE_ARRAY_SIZE 1024 macro

Completed in 171 milliseconds