Home | History | Annotate | Download | only in btreplay

Lines Matching defs:pkts

88  * @pkts: 	Number of packets stored in bunches
95 __u64 start_time, last_time, bunches, pkts;
104 static __u64 max_pkts_per_bunch = 8; // Default # of pkts per bunch
115 "\t[ -M <pkts> : --max-pkts=<pkts> ] Default: 8\n" \
155 .name = "max-pkts",
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy
438 fprintf(stderr, "Invalid max pkts %llu\n",
599 struct io_pkt *p = stream->cur->pkts;
604 fatal(stream->file_name, ERR_SYSCALL, "fwrite(pkts) failed\n");
635 stream->pkts += cur->hdr.npkts;
700 stream->bunches = stream->pkts = 0;
733 .total_pkts = stream->pkts
742 "%s:%d: %llu pkts (tot), %llu pkts (replay), "
743 "%llu bunches, %.1lf pkts/bunch\n",
746 (unsigned long long)stream->pkts,
748 (double)(stream->pkts) / (double)(stream->bunches));