INTEL_PT_PSB_STR
if (!memcmp(end - i, INTEL_PT_PSB_STR, i))
const char *psb = INTEL_PT_PSB_STR;
memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN);
next = memmem(decoder->buf, decoder->len, INTEL_PT_PSB_STR,
next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN);
next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN);
const char *n = INTEL_PT_PSB_STR;