Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
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()
123 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
138 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
159 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
180 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
198 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
209 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
223 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ext()
281 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cyc()
[all …]
Dintel-pt-pkt-decoder.h24 #define INTEL_PT_NEED_MORE_BYTES -1 macro
Dintel-pt-decoder.c559 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
563 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
780 if (ret == INTEL_PT_NEED_MORE_BYTES && in intel_pt_get_next_packet()