Home
last modified time | relevance | path

Searched refs:u_trace_event (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/perf/
Du_trace.c61 struct u_trace_event { struct
81 struct u_trace_event traces[TRACES_PER_CHUNK]; argument
333 const struct u_trace_event *evt = &chunk->traces[idx]; in process_chunk()
504 to_copy * sizeof(struct u_trace_event)); in u_trace_clone_append()
540 (current_chunk->num_traces - start_idx) * sizeof(struct u_trace_event)); in u_trace_disable_event_range()
546 (end_it.event_idx - start_idx) * sizeof(struct u_trace_event)); in u_trace_disable_event_range()
571 chunk->traces[chunk->num_traces] = (struct u_trace_event) { in u_trace_append()