Lines Matching refs:pkt_step
185 int pkt_step; member
610 decoder->pkt_step = 1; in intel_pt_bad_packet()
639 decoder->pkt_step = 0; in intel_pt_get_data()
742 pkt_info.pkt_len = decoder->pkt_step; in intel_pt_pkt_lookahead()
1019 decoder->pos += decoder->pkt_step; in intel_pt_get_next_packet()
1020 decoder->buf += decoder->pkt_step; in intel_pt_get_next_packet()
1021 decoder->len -= decoder->pkt_step; in intel_pt_get_next_packet()
1042 decoder->pkt_step = ret; in intel_pt_get_next_packet()
1688 decoder->pkt_step = 0; in intel_pt_walk_tnt()
2226 decoder->pkt_step = 0; in intel_pt_walk_fup_tip()
3901 decoder->pkt_step = next - decoder->buf; in intel_pt_scan_for_psb()