Lines Matching refs:pkt_state

82 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state)  in intel_pt_sample_time()  argument
84 switch (pkt_state) { in intel_pt_sample_time()
111 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
178 enum intel_pt_pkt_state pkt_state; member
569 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
612 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
614 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
629 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_reposition()
1179 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1242 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
1392 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_fup_event()
1435 bool no_tip = decoder->pkt_state != INTEL_PT_STATE_FUP; in intel_pt_walk_fup()
1437 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_fup()
1449 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1456 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1472 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1479 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1493 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1496 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1506 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1523 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1528 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1537 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1651 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1657 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1663 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1668 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1670 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1687 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1703 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1705 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1862 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_overflow()
2225 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
2309 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_resample()
2997 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_hop_trace()
3169 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_fup_in_psb()
3172 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_fup_in_psb()
3192 decoder->pkt_state = INTEL_PT_STATE_FUP_IN_PSB; in intel_pt_psb_with_fup()
3235 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
3244 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
3267 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_walk_trace()
3277 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
3298 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP; in intel_pt_walk_trace()
3300 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
3627 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
3629 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
3796 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3808 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync_ip()
3810 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3927 decoder->pkt_state = INTEL_PT_STATE_VM_TIME_CORRELATION; in intel_pt_sync()
3932 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3948 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync()
3950 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3977 switch (decoder->pkt_state) { in intel_pt_decode()
4046 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()