Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.h18 #define INTEL_PT_PSB_STR "\002\202\002\202\002\202\002\202" \ macro
H A Dintel-pt-decoder.c2665 if (!memcmp(end - i, INTEL_PT_PSB_STR, i)) in intel_pt_part_psb()
2674 const char *psb = INTEL_PT_PSB_STR; in intel_pt_rest_psb()
2702 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
2722 next = memmem(decoder->buf, decoder->len, INTEL_PT_PSB_STR, in intel_pt_scan_for_psb()
2913 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_next_psb()
2941 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_step_psb()
2961 const char *n = INTEL_PT_PSB_STR; in intel_pt_last_psb()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.h18 #define INTEL_PT_PSB_STR "\002\202\002\202\002\202\002\202" \ macro
H A Dintel-pt-decoder.c3825 if (!memcmp(end - i, INTEL_PT_PSB_STR, i)) in intel_pt_part_psb()
3834 const char *psb = INTEL_PT_PSB_STR; in intel_pt_rest_psb()
3862 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
3882 next = memmem(decoder->buf, decoder->len, INTEL_PT_PSB_STR, in intel_pt_scan_for_psb()
4091 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_next_psb()
4119 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_step_psb()
4139 const char *n = INTEL_PT_PSB_STR; in intel_pt_last_psb()

Completed in 9 milliseconds