Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.h20 #define INTEL_PT_PSB_LEN 16 macro
H A Dintel-pt-decoder.c2660 for (i = INTEL_PT_PSB_LEN - 1; i; i--) { in intel_pt_part_psb()
2671 size_t rest_psb = INTEL_PT_PSB_LEN - part_psb; in intel_pt_rest_psb()
2700 memcpy(decoder->temp_buf, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_get_split_psb()
2702 decoder->len = INTEL_PT_PSB_LEN; in intel_pt_get_split_psb()
2721 INTEL_PT_PSB_LEN); in intel_pt_scan_for_psb()
2911 next = memmem(*buf, *len, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_next_psb()
2939 next = memmem(*buf + 1, *len - 1, INTEL_PT_PSB_STR, INTEL_PT_PSB_LEN); in intel_pt_step_psb()
2963 if (len < INTEL_PT_PSB_LEN) in intel_pt_last_psb()
2966 k = len - INTEL_PT_PSB_LEN + 1; in intel_pt_last_psb()
2971 if (!memcmp(p + 1, n + 1, INTEL_PT_PSB_LEN - 1)) in intel_pt_last_psb()