Lines Matching defs:traces
77 /* The number of traces this chunk contains so far: */
81 struct u_trace_event traces[TRACES_PER_CHUNK];
84 * into traces table
88 /* Array of u_trace_payload_buf referenced by traces[] elements.
333 const struct u_trace_event *evt = &chunk->traces[idx];
502 memcpy(&to_chunk->traces[to_chunk->num_traces],
503 &from_chunk->traces[from_idx],
539 memset(¤t_chunk->traces[start_idx], 0,
545 memset(¤t_chunk->traces[start_idx], 0,
571 chunk->traces[chunk->num_traces] = (struct u_trace_event) {