Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/oprofile/cell/
Dspu_profiler.c96 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()
Dpr_util.h29 #define TRACE_ARRAY_SIZE 1024 macro