Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/net/
Dpsock_tpacket.c109 static unsigned int total_packets, total_bytes; variable
260 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_rx()
266 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_rx()
289 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v1_v2_rx()
404 total_bytes += ppd.v1->tp_h.tp_snaplen; in walk_v1_v2_tx()
414 total_bytes += ppd.v2->tp_h.tp_snaplen; in walk_v1_v2_tx()
530 total_bytes += bytes; in __v3_walk_block()
578 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v3_rx()
663 total_bytes = 0; in setup_ring()
/tools/perf/
Dbuiltin-timechart.c97 u64 total_bytes; member
112 u64 total_bytes; member
816 c->total_bytes += ret; in pid_end_io_sample()
817 p->total_bytes += ret; in pid_end_io_sample()
1223 bytes = c->total_bytes; in draw_io_bars()
1436 if (c->total_bytes >= threshold) { in determine_display_io_tasks()