summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
blob: 558754b840a98293e31aeb4a70864dd75f3b3b2f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
perf record -e net:net_dev_xmit -e net:net_dev_queue		\
		-e net:netif_receive_skb -e net:netif_rx		\
		-e skb:consume_skb -e skb:kfree_skb			\
		-e skb:skb_copy_datagram_iovec -e napi:napi_poll	\
		-e irq:irq_handler_entry -e irq:irq_handler_exit	\
		-e irq:softirq_entry -e irq:softirq_exit		\
		-e irq:softirq_raise $@
lter/nf_nat_irc.c?h=linux-5.14.y&id=cba81cc4c95fefa4805163bb19c0f43d2a8ca52c'>netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng 2014-01-06netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann 2013-02-19netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso 2012-08-30netfilter: nf_nat: support IPv6 in IRC NAT helperPablo Neira Ayuso