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()
1390 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_fup_event()
1433 bool no_tip = decoder->pkt_state != INTEL_PT_STATE_FUP; in intel_pt_walk_fup()
1435 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_fup()
1447 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1454 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1470 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1477 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1491 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1494 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1504 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1521 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1526 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1535 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1649 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1655 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1661 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1666 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1668 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1685 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1701 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1703 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1860 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_overflow()
2223 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
2307 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_resample()
2995 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_hop_trace()
3167 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_fup_in_psb()
3170 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_fup_in_psb()
3190 decoder->pkt_state = INTEL_PT_STATE_FUP_IN_PSB; in intel_pt_psb_with_fup()
3233 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
3242 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
3265 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_walk_trace()
3275 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
3296 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP; in intel_pt_walk_trace()
3298 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
3625 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
3627 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
3794 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3806 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync_ip()
3808 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3925 decoder->pkt_state = INTEL_PT_STATE_VM_TIME_CORRELATION; in intel_pt_sync()
3930 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3946 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync()
3948 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3975 switch (decoder->pkt_state) { in intel_pt_decode()
4044 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()