Home
last modified time | relevance | path

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

/openbmc/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))
424 tx_xmit_list.insert(0, skb)
426 if len(tx_xmit_list) > buffer_budget:
427 tx_xmit_list.pop()
439 for i in range(len(tx_xmit_list)):
440 skb = tx_xmit_list[i]
444 del tx_xmit_list[i]
456 for i in range(len(tx_xmit_list)):
457 skb = tx_xmit_list[i]
[all …]