Searched defs:u_trace_chunk (Results 1 – 1 of 1) sorted by relevance
78 struct u_trace_chunk { struct79 struct list_head node;81 struct u_trace_context *utctx;84 unsigned num_traces;87 struct u_trace_event traces[TRACES_PER_CHUNK];92 void *timestamps;96 void *indirects;100 struct u_vector payloads;103 struct u_trace_payload_buf *payload;105 struct util_queue_fence fence;[all …]