Lines Matching defs:samples
20 static u32 *samples;
96 samples[spu * TRACE_ARRAY_SIZE + entry]
98 samples[(spu + SPUS_PER_TB_ENTRY) * TRACE_ARRAY_SIZE + entry]
148 * the samples. In the very unlikely case that the processing
150 * started to process the samples. Make sure only one kernel
151 * thread is working on the samples array at a time. The
168 samples + (k * TRACE_ARRAY_SIZE),
208 /* Allocate arrays for collecting SPU PC samples */
209 samples = kcalloc(SPUS_PER_NODE * TRACE_ARRAY_SIZE, sizeof(u32),
212 if (!samples)
241 kfree(samples);