Home
last modified time | relevance | path

Searched refs:INTEL_PT_NEED_MORE_BYTES (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c80 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_long_tnt()
102 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_pip()
121 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
131 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
152 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
173 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
191 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
201 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
221 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
226 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
[all …]
H A Dintel-pt-pkt-decoder.h15 #define INTEL_PT_NEED_MORE_BYTES -1 macro
H A Dintel-pt-decoder.c753 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
758 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
1032 if (ret == INTEL_PT_NEED_MORE_BYTES && BITS_PER_LONG == 32 && in intel_pt_get_next_packet()