Searched refs:INTEL_PT_PSB_STR (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.h27 #define INTEL_PT_PSB_STR "\002\202\002\202\002\202\002\202" \ macro
H A Dintel-pt-decoder.c1884 if (!memcmp(end - i, INTEL_PT_PSB_STR, i)) intel_pt_part_psb()
1893 const char *psb = INTEL_PT_PSB_STR; intel_pt_rest_psb()
1921 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); intel_pt_get_split_psb()
1941 next = memmem(decoder->buf, decoder->len, INTEL_PT_PSB_STR, intel_pt_scan_for_psb()
2072 return memmem(buf, INTEL_PT_PSB_LEN, INTEL_PT_PSB_STR, intel_pt_at_psb()
2091 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); intel_pt_next_psb()
2119 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); intel_pt_step_psb()
2139 const char *n = INTEL_PT_PSB_STR; intel_pt_last_psb()

Completed in 49 milliseconds