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 $@
nel/commit/arch/arm/mach-clps711x?h=linux-6.6.y&id=f5b065693be584813e6233b6e6036080c39cd2b6'>ARM: clps711x: remove extraneous filesArnd Bergmann 2016-08-02ARM: do away with final ARCH_REQUIRE_GPIOLIBLinus Walleij 2016-08-01clocksource/drivers/clps_711x: fixup for "ARM: clps711x:Stephen Rothwell 2016-07-06ARM: clps711x: Switch to MULTIPLATFORMAlexander Shiyan 2016-07-06ARM: clps711x: Remove boards supportAlexander Shiyan 2016-07-06ARM: clps711x: Add basic DT supportAlexander Shiyan 2016-07-06ARM: clps711x: Reduce static map sizeAlexander Shiyan 2016-01-05gpio: generic: factor into gpio_chip structLinus Walleij 2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams 2015-07-28ARM: appropriate __init annotation for const dataNicolas Pitre