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)
175 enum intel_pt_pkt_state pkt_state; member
557 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_bug()
600 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) { in intel_pt_bad_packet()
602 decoder->pkt_state = INTEL_PT_STATE_ERR1; in intel_pt_bad_packet()
616 decoder->pkt_state = INTEL_PT_STATE_NO_PSB; in intel_pt_reposition()
1117 decoder->pkt_state = INTEL_PT_STATE_ERR2; in intel_pt_walk_insn()
1180 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_insn()
1289 bool no_tip = decoder->pkt_state != INTEL_PT_STATE_FUP; in intel_pt_walk_fup()
1291 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_fup()
1303 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1310 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_fup()
1326 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1333 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1346 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) { in intel_pt_walk_tip()
1349 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1359 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1376 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD && in intel_pt_walk_tip()
1381 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tip()
1390 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_walk_tip()
1413 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1419 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1425 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1430 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1432 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1449 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_tnt()
1464 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT; in intel_pt_walk_tnt()
1466 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_walk_tnt()
1610 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC; in intel_pt_overflow()
1961 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_fup_tip()
2044 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_resample()
2719 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_hop_trace()
2885 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_fup_in_psb()
2888 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_fup_in_psb()
2908 decoder->pkt_state = INTEL_PT_STATE_FUP_IN_PSB; in intel_pt_psb_with_fup()
2950 decoder->pkt_state = INTEL_PT_STATE_TNT; in intel_pt_walk_trace()
2959 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD; in intel_pt_walk_trace()
2980 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_walk_trace()
2990 decoder->pkt_state = INTEL_PT_STATE_TIP; in intel_pt_walk_trace()
3011 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP; in intel_pt_walk_trace()
3013 decoder->pkt_state = INTEL_PT_STATE_FUP; in intel_pt_walk_trace()
3301 decoder->pkt_state = INTEL_PT_STATE_ERR4; in intel_pt_walk_psb()
3303 decoder->pkt_state = INTEL_PT_STATE_ERR3; in intel_pt_walk_psb()
3471 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3484 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync_ip()
3486 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync_ip()
3604 decoder->pkt_state = INTEL_PT_STATE_VM_TIME_CORRELATION; in intel_pt_sync()
3609 decoder->pkt_state = INTEL_PT_STATE_NO_IP; in intel_pt_sync()
3625 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE; in intel_pt_sync()
3627 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC; in intel_pt_sync()
3654 switch (decoder->pkt_state) { in intel_pt_decode()
3722 if (intel_pt_sample_time(decoder->pkt_state)) { in intel_pt_decode()