Lines Matching refs:pkt_state

67 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state)  in intel_pt_sample_time()  argument
69 switch (pkt_state) { in intel_pt_sample_time()
92 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
138 enum intel_pt_pkt_state pkt_state; member
455 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
476 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
478 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
502 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_get_data()
964 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1027 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
1137 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1144 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1160 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1167 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1177 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1180 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1186 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1203 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1208 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1216 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1239 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1245 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1251 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1256 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1273 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1287 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1394 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_overflow()
1630 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
1720 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
1729 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
1751 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
1776 decoder->pkt_state = in intel_pt_walk_trace()
1779 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
2038 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
2040 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
2179 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2190 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2303 decoder->pkt_state = INTEL_PT_STATE_NO_IP; in intel_pt_sync()
2311 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
2340 switch (decoder->pkt_state) { in intel_pt_decode()
2365 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_decode()
2370 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_decode()
2373 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_decode()
2396 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()