Lines Matching refs:pkt_state

68 static inline bool intel_pt_sample_time(enum intel_pt_pkt_state pkt_state)
70 switch (pkt_state) {
95 #define INTEL_PT_STATE_ERR1 (decoder->pkt_state)
147 enum intel_pt_pkt_state pkt_state;
490 decoder->pkt_state = INTEL_PT_STATE_NO_PSB;
511 if (decoder->pkt_state != INTEL_PT_STATE_NO_PSB) {
513 decoder->pkt_state = INTEL_PT_STATE_ERR1;
527 decoder->pkt_state = INTEL_PT_STATE_NO_PSB;
1027 decoder->pkt_state = INTEL_PT_STATE_ERR2;
1090 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC;
1166 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE;
1207 bool no_tip = decoder->pkt_state != INTEL_PT_STATE_FUP;
1209 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1221 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC;
1228 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC;
1244 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD &&
1251 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1261 if (decoder->pkt_state == INTEL_PT_STATE_TIP_PGD) {
1264 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1274 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1291 decoder->pkt_state == INTEL_PT_STATE_TIP_PGD &&
1296 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1305 decoder->pkt_state = INTEL_PT_STATE_ERR_RESYNC;
1328 decoder->pkt_state = INTEL_PT_STATE_ERR3;
1334 decoder->pkt_state = INTEL_PT_STATE_ERR3;
1340 decoder->pkt_state = INTEL_PT_STATE_ERR3;
1345 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT;
1347 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1364 decoder->pkt_state = INTEL_PT_STATE_ERR3;
1378 decoder->pkt_state = INTEL_PT_STATE_TNT_CONT;
1380 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1497 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
1862 decoder->pkt_state = INTEL_PT_STATE_ERR3;
1942 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
2010 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE;
2103 decoder->pkt_state = INTEL_PT_STATE_TNT;
2112 decoder->pkt_state = INTEL_PT_STATE_TIP_PGD;
2133 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE;
2143 decoder->pkt_state = INTEL_PT_STATE_TIP;
2164 decoder->pkt_state = INTEL_PT_STATE_FUP_NO_TIP;
2166 decoder->pkt_state = INTEL_PT_STATE_FUP;
2463 decoder->pkt_state = INTEL_PT_STATE_ERR4;
2465 decoder->pkt_state = INTEL_PT_STATE_ERR3;
2634 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
2646 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE;
2648 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
2761 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
2774 decoder->pkt_state = INTEL_PT_STATE_RESAMPLE;
2776 decoder->pkt_state = INTEL_PT_STATE_IN_SYNC;
2811 switch (decoder->pkt_state) {
2873 if (intel_pt_sample_time(decoder->pkt_state)) {