Searched refs:TRACE_ARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
96 samples[spu * TRACE_ARRAY_SIZE + entry] in spu_pc_extract()98 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry] in spu_pc_extract()122 if (entry >= TRACE_ARRAY_SIZE) in cell_spu_pc_collection()168 samples + (k * TRACE_ARRAY_SIZE), in profile_spus()209 samples = kcalloc(SPUS_PER_NODE * TRACE_ARRAY_SIZE, sizeof(u32), in start_spu_profiling_cycles()
29 #define TRACE_ARRAY_SIZE 1024 macro