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 $@
/arch/arm/mach-s3c24xx/mach-anubis.c?h=linux-6.6.y&id=51cb128987d96538fdea4ce3704e79257afad4a5'>ARM: S3C24XX: enable usage of common dclk if common clock framework is enabledHeiko Stuebner 2014-02-14ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header fileTushar Behera 2014-01-14ARM: S3C[24|64]xx: move includes back under <mach/> scopeLinus Walleij 2013-12-20ARM: s3c24xx: get rid of custom <mach/gpio.h>Linus Walleij 2013-03-05ARM: S3C24XX: create dedicated irq init functions for s3c2440 and s3c2442Heiko Stuebner 2013-03-05ARM: S3C24XX: Add samsung-time support for s3c24xxRomain Naour 2013-02-05Merge branch 'next/cleanup-s3c24xx-2' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson 2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson 2013-02-04ARM: S3C24XX: header mach/regs-mem.h localKukjin Kim 2013-01-10ARM: S3C24XX: make anubis-cpld, anubis-irq and anubis-map localKukjin Kim 2012-12-24ARM: delete struct sys_timerStephen Warren 2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson 2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann 2012-08-28ARM: S3C24XX: Convert users of s3c2410_gpio_setpin to gpiolib APISylwester Nawrocki 2012-05-12ARM: S3C24XX: Use common macro to define resources on mach-anubis.cTushar Behera 2012-03-15Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in...Arnd Bergmann 2012-03-07ARM: S3C24XX: Consolidate Simtec extensionsHeiko Stuebner 2012-03-03ARM: S3C2440: move mach-s3c2440/* into mach-s3c24xx/Kukjin Kim