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 $@
/td>Atul Gupta 2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing 2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal 2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta 2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta 2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta 2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta 2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta 2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King 2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King 2017-11-29chcr: Add support for Inline IPSecAtul Gupta