Lines Matching refs:pkt_state
61 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state) in intel_pt_sample_time() argument
63 switch (pkt_state) { in intel_pt_sample_time()
88 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
140 enum intel_pt_pkt_state pkt_state; member
470 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
491 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
493 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
507 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_reposition()
1007 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1070 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
1177 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_fup()
1189 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1196 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1212 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1219 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1229 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1232 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1242 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1259 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1264 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1273 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1296 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1302 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1308 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1313 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1315 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1332 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1346 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1348 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1465 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_overflow()
1816 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
1896 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_resample()
1958 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_hop_trace()
2043 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
2052 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
2072 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_walk_trace()
2082 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
2103 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP; in intel_pt_walk_trace()
2105 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
2402 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
2404 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
2572 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2585 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync_ip()
2587 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2701 decoder->pkt_state = INTEL_PT_STATE_NO_IP; in intel_pt_sync()
2714 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync()
2716 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
2751 switch (decoder->pkt_state) { in intel_pt_decode()
2812 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()