Lines Matching +full:display +full:- +full:related
1 # Display a process of packets and processed time.
2 # SPDX-License-Identifier: GPL-2.0
8 # dev=: show only thing related to specified device
17 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
24 all_event_list = []; # insert all tracepoint event related with this script
27 net_rx_dic = {}; # key is cpu and value include time of NET_RX softirq-entry
61 return (dst - src) / 1000000.0
63 # Display a process of transmitting a packet
80 PF_NET_RECV= " |---netif_receive_skb(+%.3fmsec skb=%x len=%d)"
81 PF_NET_RX= " |---netif_rx(+%.3fmsec skb=%x)"
86 # Display a process of received packets and interrputs associated with
129 if i == len(event_list) - 1:
211 # display receive hunks
215 # display transmit hunks
223 print("----------------------------")
359 # merge information related to a NET_RX softirq