Searched defs:u_trace_chunk (Results 1 – 1 of 1) sorted by relevance
72 struct u_trace_chunk { struct73 struct list_head node;75 struct u_trace_context *utctx;78 unsigned num_traces;81 struct u_trace_event traces[TRACES_PER_CHUNK];86 void *timestamps;90 struct u_vector payloads;93 struct u_trace_payload_buf *payload;95 struct util_queue_fence fence;97 bool last; /* this chunk is last in batch */[all …]