Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.c84 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_long_tnt()
106 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_pip()
125 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_cbr()
140 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_vmcs()
161 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_psb()
182 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_tma()
200 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_mnt()
210 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_3byte()
230 return INTEL_PT_NEED_MORE_BYTES; in intel_pt_get_ptwrite()
235 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.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()