Lines Matching refs:traces
79 /* The number of traces this chunk contains so far: */
83 struct u_trace_event traces[TRACES_PER_CHUNK];
86 * into traces table
90 /* Array of u_trace_payload_buf referenced by traces[] elements.
502 const struct u_trace_event *evt = &chunk->traces[idx];
697 memcpy(&to_chunk->traces[to_chunk->num_traces],
698 &from_chunk->traces[from_idx],
737 memset(¤t_chunk->traces[start_idx], 0,
743 memset(¤t_chunk->traces[start_idx], 0,
770 chunk->traces[tp_idx] = (struct u_trace_event) {