Lines Matching defs:packets
53 /* Control whether to skip PAD packets when computing the packet history. */
2198 delete btinfo->maint.variant.pt.packets;
2200 btinfo->maint.variant.pt.packets = NULL;
3032 /* Decode packets into MAINT using DECODER. */
3040 if (maint->variant.pt.packets == NULL)
3041 maint->variant.pt.packets = new std::vector<btrace_pt_packet>;
3063 maint->variant.pt.packets->push_back (packet);
3071 maint->variant.pt.packets->push_back (packet);
3172 if (btinfo->maint.variant.pt.packets == nullptr)
3173 btinfo->maint.variant.pt.packets = new std::vector<btrace_pt_packet>;
3175 if (btinfo->maint.variant.pt.packets->empty ())
3179 *end = btinfo->maint.variant.pt.packets->size ();
3187 /* Print packets in BTINFO from BEGIN (inclusive) until END (exclusive) and
3222 const std::vector<btrace_pt_packet> &packets
3223 = *btinfo->maint.variant.pt.packets;
3228 const struct btrace_pt_packet &packet = packets.at (pkt);
3467 gdb_printf (_("Number of packets: %zu.\n"),
3482 gdb_printf (_("Number of packets: %zu.\n"),
3483 ((btinfo->maint.variant.pt.packets == nullptr)
3484 ? 0 : btinfo->maint.variant.pt.packets->size ()));
3498 gdb_printf (file, _("Skip PAD packets is %s.\n"), value);
3533 Set whether PAD packets should be skipped in the btrace packet history."), _("\
3534 Show whether PAD packets should be skipped in the btrace packet history."),_("\
3535 When enabled, PAD packets are ignored in the btrace packet history."),
3542 With no argument, print ten more packets after the previous ten-line print.\n\
3543 With '-' as argument print ten packets before a previous ten-line print.\n\
3545 Two arguments with comma between specify starting and ending packets to \