Home
last modified time | relevance | path

Searched defs:u_trace_chunk (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/perf/
Du_trace.c72 struct u_trace_chunk { struct
73 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 …]