HomeSort by: relevance | last modified time | path
    Searched refs:packets (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/gprofng/src/
Stats_data.h 43 Stats_data (DataView *packets);
56 DataView *packets; member in class:Stats_data
Stats_data.cc 56 packets = NULL;
62 packets = _packets;
116 if (packets->getSize () > 0)
118 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index);
134 long size = packets->getSize ();
DbeView.cc 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1864 if (packets == NULL)
1866 return new Stats_data (packets);
1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1877 if (packets == NULL)
1879 return new Ovw_data (packets, starttime);
2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); local
2272 if (packets && packets->getSize () != 0)
2276 GTXT ("\nTotal Clock Profiling Packets: %d Experiment: %s\n")
2339 DataView *packets = get_filtered_events (idx, DATA_SYNCH); local
2398 DataView *packets = get_filtered_events (idx, DATA_IOTRACE); local
2507 DataView *packets = get_filtered_events (idx, DATA_HWC); local
2580 DataView *packets = get_filtered_events (idx, DATA_HEAP); local
2921 DataView *packets = get_filtered_events (idx, data_id); local
    [all...]
Ovw_data.h 99 DataView *packets; member in class:Ovw_data
Ovw_data.cc 146 packets = NULL;
153 packets = _packets;
156 long npackets = packets->getSize ();
161 Sample *sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stats_data.h 43 Stats_data (DataView *packets);
56 DataView *packets; member in class:Stats_data
Stats_data.cc 56 packets = NULL;
62 packets = _packets;
116 if (packets->getSize () > 0)
118 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index);
134 long size = packets->getSize ();
DbeView.cc 1863 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1864 if (packets == NULL)
1866 return new Stats_data (packets);
1872 DataView *packets = get_filtered_events (index, DATA_SAMPLE); local
1877 if (packets == NULL)
1879 return new Ovw_data (packets, starttime);
2271 DataView *packets = get_filtered_events (idx, DATA_CLOCK); local
2272 if (packets && packets->getSize () != 0)
2276 GTXT ("\nTotal Clock Profiling Packets: %d Experiment: %s\n")
2339 DataView *packets = get_filtered_events (idx, DATA_SYNCH); local
2398 DataView *packets = get_filtered_events (idx, DATA_IOTRACE); local
2507 DataView *packets = get_filtered_events (idx, DATA_HWC); local
2580 DataView *packets = get_filtered_events (idx, DATA_HEAP); local
2921 DataView *packets = get_filtered_events (idx, data_id); local
    [all...]
Ovw_data.h 99 DataView *packets; member in class:Ovw_data
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-packet.c 17 * This file contains tools for generating SRP update packets that can be fed directly into the
46 message_t *packets[MAX_PACKETS]; member in struct:test_packet_state
103 TEST_FAIL_CHECK(state, packet_state->num_packets < MAX_PACKETS, "more than maximum number of packets");
106 packet_state->packets[i] = packet_state->packets[i - 1];
108 packet_state->packets[0] = message;
110 packet_state->packets[packet_state->num_packets] = message;
127 packet_state->packets, packet_state->num_packets);
150 ioloop_message_release(state->packets[index]);
153 state->packets[j++] = state->packets[i]
    [all...]
  /src/usr.sbin/altq/altqstat/
qdisc_jobs.c 126 (sp->rout.packets == 0)?
127 -1.:(double)sp->avgdel/(double)sp->rout.packets,
128 (i > 0)?((sp->rout.packets > 0 && (&new[i-1])->rout.packets > 0)?
129 (double)(sp->avgdel*(&new[i-1])->rout.packets)/((double)sp->rout.packets*(&new[i-1])->avgdel):0):-1.0,
130 (sp->arrival.packets == 0)?
131 0:(double)100.*sp->adc_violations/(double)sp->arrival.packets,
qdisc_cdnr.c 97 (ull)get_stats.cnts[TCACODE_PASS].packets,
98 (ull)get_stats.cnts[TCACODE_DROP].packets,
99 (ull)get_stats.cnts[TCACODE_MARK].packets,
100 (ull)get_stats.cnts[TCACODE_NEXT].packets,
101 (ull)get_stats.cnts[TCACODE_RETURN].packets,
102 (ull)get_stats.cnts[TCACODE_NONE].packets);
137 (ull)sp->tce_cnts[j].packets,
qdisc_rio.c 99 (ull)rio_stats.q_stats[0].xmit_cnt.packets,
100 (ull)rio_stats.q_stats[0].drop_cnt.packets,
101 (ull)rio_stats.q_stats[1].xmit_cnt.packets,
102 (ull)rio_stats.q_stats[1].drop_cnt.packets,
103 (ull)rio_stats.q_stats[2].xmit_cnt.packets,
104 (ull)rio_stats.q_stats[2].drop_cnt.packets);
150 (ull)rp[dp].xmit_cnt.packets,
qdisc_fifoq.c 75 (ull)get_stats.xmit_cnt.packets,
77 (ull)get_stats.drop_cnt.packets,
qdisc_red.c 82 (ull)red_stats.xmit_cnt.packets,
83 (ull)red_stats.drop_cnt.packets,
116 (ull)rp->xmit_cnt.packets,
qdisc_wfq.c 131 top[j]->stats.xmit_cnt.packets <
132 qinfo[i].stats.xmit_cnt.packets)) {
152 (ull)top[j]->stats.xmit_cnt.packets,
154 (ull)top[j]->stats.drop_cnt.packets,
qdisc_priq.c 102 printf(" packets:%llu (%llu bytes) drops:%llu\n",
103 (ull)sp->xmitcnt.packets,
105 (ull)sp->dropcnt.packets);
qdisc_cbq.c 120 (ull)sp->xmit_cnt.packets,
127 (ull)sp->drop_cnt.packets,
  /src/tests/kernel/
t_pty.c 4 * Allocates a pty(4) device, and sends the specified number of packets of the
50 static size_t packets = 2; variable
81 for (i = 0; i < packets; i++) {
250 if (total != buffer_size * packets)
252 "Lost data %zu != %zu\n", total, buffer_size * packets);
266 "Usage: %s [-v] [-q <qsize>] [-s <packetsize>] [-n <packets>]\n",
280 packets = (size_t)atoi(optarg);
298 if (packets < 1 || packets > 100)
  /src/usr.sbin/spray/
spray.c 114 * The default value of count is the number of packets required
151 /* Spray server with packets */
152 printf ("sending %d packets of lnth %d to %s ...", count, length, *argv);
176 /* report dropped packets */
180 printf("\t%d packets (%.2f%%) dropped\n",
184 printf("\tno packets dropped\n");
198 print_xferstats(int packets, int packetlen, double xfertime)
201 double pps; /* packets per second */
204 datalen = packets * packetlen;
205 pps = packets / xfertime
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
dnsstream_utils_test.c 304 isc_region_t *packets; member in struct:verify_regions_cbdata
314 uint8_t *message = (uint8_t *)vdata->packets[0].base;
320 if (vdata->packets != NULL) {
328 if (vdata->packets != NULL &&
336 vdata->packets++;
508 isc_region_t packets[] = { local
519 const size_t npackets = sizeof(packets) / sizeof(packets[0]);
525 isc_buffer_putmem(&dnsbuf, packets[i].base, packets[i].length)
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_qstats.c 296 (unsigned long long)cur.data.cbq_stats.xmit_cnt.packets,
298 (unsigned long long)cur.data.cbq_stats.drop_cnt.packets,
307 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
317 (unsigned long long)cur.data.priq_stats.xmitcnt.packets,
319 (unsigned long long)cur.data.priq_stats.dropcnt.packets,
327 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
337 (unsigned long long)cur.data.hfsc_stats.xmit_cnt.packets,
339 (unsigned long long)cur.data.hfsc_stats.drop_cnt.packets,
347 printf(" [ measured: %7.1f packets/s, %s/s ]\n",
382 p = qs->data.cbq_stats.xmit_cnt.packets;
    [all...]
  /src/sys/altq/
altq.h 165 u_int64_t packets; member in struct:pktcntr
170 do { (cntr)->packets++; (cntr)->bytes += len; } while (/*CONSTCOND*/ 0)
  /src/external/bsd/nsd/dist/doc/
differences.tex 65 byte-comparison on the packets. If the packets are binary different,
110 {\em difference} & {\em packets} & {\em \%diff} \\
127 Number of packets the same after normalization:&1474863 \\
128 Number of packets exactly the same on the wire:& 59161 \\
129 Total number of packets inspected: &2244616 \\
132 For each type of difference the number of packets in the trace that
136 explained by the difference category is listed. Adding up the packets
140 The number of packets after normalization includes the number of
141 packets that are the same on the wire.
    [all...]
  /src/external/bsd/tcpdump/dist/
print-cnfp.c 70 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v1
71 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
102 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v5
103 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
136 nd_uint32_t packets; /* packets in the flow */ member in struct:nfrec_v6
137 nd_uint32_t octets; /* layer 3 octets in the packets of the flow */
240 GET_BE_U_4(nr->packets),
    [all...]

Completed in 26 milliseconds

1 2 3 4