Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c83 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_long_tnt()
105 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_pip()
126 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
141 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
162 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
183 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
201 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
212 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
232 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
237 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
[all …]
Dintel-pt-pkt-decoder.h15 #define INTEL_PT_NEED_MORE_BYTES -1 macro
Dintel-pt-decoder.c630 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
635 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
906 if (ret == INTEL_PT_NEED_MORE_BYTES && BITS_PER_LONG == 32 && in intel_pt_get_next_packet()