Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c88 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_long_tnt()
110 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_pip()
131 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
146 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
167 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
188 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
206 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
217 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
237 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
242 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
[all …]
Dintel-pt-pkt-decoder.h24 #define INTEL_PT_NEED_MORE_BYTES -1 macro
Dintel-pt-decoder.c600 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
604 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
870 if (ret == INTEL_PT_NEED_MORE_BYTES && in intel_pt_get_next_packet()