Searched refs:TRACES_PER_CHUNK (Results 1 – 1 of 1) sorted by relevance
39 #define TRACES_PER_CHUNK (TIMESTAMP_BUF_SIZE / sizeof(uint64_t)) macro81 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()