Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/
H A Dnetdev-times.py40 tx_xmit_list = []; # list of packets which pass through dev_hard_start_xmit variable
227 (len(tx_xmit_list), of_count_tx_xmit_list))
425 tx_xmit_list.insert(0, skb)
427 if len(tx_xmit_list) > buffer_budget:
428 tx_xmit_list.pop()
440 for i in range(len(tx_xmit_list)):
441 skb = tx_xmit_list[i]
445 del tx_xmit_list[i]
457 for i in range(len(tx_xmit_list)):
458 skb = tx_xmit_list[i]
[all …]