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()
2221 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
2305 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_resample()
2993 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_hop_trace()
3165 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_fup_in_psb()
3168 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_fup_in_psb()
3188 decoder->pkt_state = INTEL_PT_STATE_FUP_IN_PSB; in intel_pt_psb_with_fup()
3231 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
3240 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
3263 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_walk_trace()
3273 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
3294 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP; in intel_pt_walk_trace()
3296 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
3623 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
3625 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
3792 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3804 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync_ip()
3806 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3923 decoder->pkt_state = INTEL_PT_STATE_VM_TIME_CORRELATION; in intel_pt_sync()
3928 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3944 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync()
3946 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3973 switch (decoder->pkt_state) { in intel_pt_decode()
4042 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()