Lines Matching defs:pkt_state

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