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 $@
a21081fd1057c40468d4cff1a60d'>Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2025-02-22crypto: tcrypt - Restore multibuffer ahash testsHerbert Xu 2025-02-08crypto: crct10dif - remove from crypto APIEric Biggers 2025-01-04crypto: vmac - remove unused VMAC algorithmEric Biggers 2024-06-28crypto: tcrypt - add skcipher speed for given algSergey Portnoy 2024-03-08crypto: tcrypt - add ffdhe2048(dh) testVladis Dronov 2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu