Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/scripts/python/
Dnetdev-times.py36 tx_xmit_list = []; # list of packets which pass through dev_hard_start_xmit variable
222 (len(tx_xmit_list), of_count_tx_xmit_list)
416 tx_xmit_list.insert(0, skb)
418 if len(tx_xmit_list) > buffer_budget:
419 tx_xmit_list.pop()
431 for i in range(len(tx_xmit_list)):
432 skb = tx_xmit_list[i]
436 del tx_xmit_list[i]
448 for i in range(len(tx_xmit_list)):
449 skb = tx_xmit_list[i]
[all …]