Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.h18 #define INTEL_PT_PSB_STR "\002\202\002\202\002\202\002\202" \ macro
Dintel-pt-decoder.c3823 if (!memcmp(end - i, INTEL_PT_PSB_STR, i)) in intel_pt_part_psb()
3832 const char *psb = INTEL_PT_PSB_STR; in intel_pt_rest_psb()
3860 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
3880 next = memmem(decoder->buf, decoder->len, INTEL_PT_PSB_STR, in intel_pt_scan_for_psb()
4089 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_next_psb()
4117 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_step_psb()
4137 const char *n = INTEL_PT_PSB_STR; in intel_pt_last_psb()