Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/perf/
Du_trace.c39 #define TRACES_PER_CHUNK (TIMESTAMP_BUF_SIZE / sizeof(uint64_t)) macro
81 struct u_trace_event traces[TRACES_PER_CHUNK];
177 if (chunk->num_traces < TRACES_PER_CHUNK) { in get_chunk()
492 unsigned to_copy = MIN2(TRACES_PER_CHUNK - to_chunk->num_traces, in u_trace_clone_append()