Home
last modified time | relevance | path

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

/arch/powerpc/oprofile/cell/
Dspu_profiler.c100 samples[spu * TRACE_ARRAY_SIZE + entry] in spu_pc_extract()
102 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry] in spu_pc_extract()
126 if (entry >= TRACE_ARRAY_SIZE) in cell_spu_pc_collection()
172 samples + (k * TRACE_ARRAY_SIZE), in profile_spus()
214 TRACE_ARRAY_SIZE * sizeof(u32), GFP_KERNEL); in start_spu_profiling_cycles()
Dpr_util.h33 #define TRACE_ARRAY_SIZE 1024 macro