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 $@
ref='/distro/kernel/commit/CREDITS?id=53fa791ada020da84dcd1c1c595510a4ca588693'>MAINTAINERS: iio: move Peter Meerwald-Stadler to CREDITSPeter Meerwald-Stadler 2021-03-06Documentation: Replace more lkml.org links with loreKees Cook 2021-02-26treewide: Miguel has movedMiguel Ojeda 2021-01-27CREDITS: update email address and home addressOded Gabbay 2021-01-14MAINTAINERS: dccp: move Gerrit Renker to CREDITSJakub Kicinski 2021-01-14MAINTAINERS: ipvs: move Wensong Zhang to CREDITSJakub Kicinski 2021-01-14MAINTAINERS: tls: move Aviad to CREDITSJakub Kicinski 2021-01-14MAINTAINERS: vrf: move Shrijeet to CREDITSJakub Kicinski 2021-01-14MAINTAINERS: net: move Alexey Kuznetsov to CREDITSJakub Kicinski 2021-01-14MAINTAINERS: altx: move Jay Cliburn to CREDITSJakub Kicinski 2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-11-30MAINTAINERS: Move Jason Cooper to CREDITSMarc Zyngier 2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-11-17net: wan: Delete the DLCI / SDLA driversXie He 2020-11-13Merge tag 'samsung-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann 2020-10-28CREDITS: remove trailing white spacesKrzysztof Kozlowski 2020-10-28MAINTAINERS: move Kyungmin Park to creditsKrzysztof Kozlowski 2020-10-28MAINTAINERS: move Kamil Debski to creditsKrzysztof Kozlowski 2020-10-26MAINTAINERS: Move Sangbeom Kim to creditsKrzysztof Kozlowski 2020-10-26MAINTAINERS: Move Kukjin Kim to creditsKrzysztof Kozlowski 2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds