Lines Matching refs:pkt_state

60 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state)  in intel_pt_sample_time()  argument
62 switch (pkt_state) { in intel_pt_sample_time()
86 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
135 enum intel_pt_pkt_state pkt_state; member
460 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
481 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
483 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
497 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_reposition()
997 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1060 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
1178 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1185 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1201 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()
1218 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1221 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1231 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1248 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1253 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1262 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1285 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1291 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1297 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1302 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1304 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1321 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1335 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1337 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1454 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_overflow()
1799 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
1892 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
1901 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
1925 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
1950 decoder->pkt_state = in intel_pt_walk_trace()
1953 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
2245 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
2247 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
2415 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2426 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
2539 decoder->pkt_state = INTEL_PT_STATE_NO_IP; in intel_pt_sync()
2547 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
2576 switch (decoder->pkt_state) { in intel_pt_decode()
2602 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_decode()
2607 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_decode()
2610 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_decode()
2638 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()