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 $@
de1c2e7d4dc49fb1591e1754db9d53fabbd4b8b'>iommu/omap: Store iommu_dev pointer in arch_dataJoerg Roedel 2017-04-20iommu/omap: Move data structures to omap-iommu.hJoerg Roedel 2015-10-14iommu/omap: Add support for configuring dsp iommus on DRA7xxSuman Anna 2015-08-03iommu/omap: Use BIT(x) macros in omap-iommu.hSuman Anna 2015-08-03iommu/omap: Remove unused union fieldsSuman Anna 2015-08-03iommu/omap: Move debugfs functions to omap-iommu-debug.cSuman Anna