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