Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c81 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_long_tnt()
103 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_pip()
122 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
137 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
158 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
179 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
197 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
208 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
228 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
233 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.c740 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
745 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_pkt_lookahead()
1016 if (ret == INTEL_PT_NEED_MORE_BYTES && BITS_PER_LONG == 32 && in intel_pt_get_next_packet()