Lines Matching refs:buffer
47 /* The buffer size and address need to be aligned in HW regs. Align the
328 /* Make sure to wait for the trace buffer. */
563 "because the buffer is too small. The "
565 "buffer size is %d KB.\n",
567 fprintf(stderr, "Please update the buffer size with "
616 /* Default buffer size set to 32MB per SE. */
755 /* Map the SPM counter buffer */
948 uint8_t *buffer = alloca(sizeof(marker) + marker.length);
949 memcpy(buffer, &marker, sizeof(marker));
950 memcpy(buffer + sizeof(marker), str, len);
951 buffer[sizeof(marker) + len - 1] = '\0';
953 si_emit_thread_trace_userdata(sctx, rcs, buffer, sizeof(marker) / 4 + marker.length / 4);