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 $@
td>Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2023-04-20kernel/configs: Drop Android config fragmentsJohn Stultz 2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka 2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka 2022-09-28Kbuild: add Rust supportMiguel Ojeda 2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configLukas Bulwahn 2022-08-04Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2022-07-27x86/configs: Update configs in x86_debug.configLukas Bulwahn 2022-07-01remove CONFIG_ANDROIDChristoph Hellwig 2022-04-06x86/configs: Add x86 debugging Kconfig fragment plus docsDave Hansen 2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-03-17configs/debug: restore DEBUG_INFO=y for overridingQian Cai 2022-03-05configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai 2022-02-25config: android-recommended: Disable BPF_UNPRIV_DEFAULT_OFF for netdMarijn Suijten 2022-02-25config: android-recommended: Don't explicitly disable CONFIG_AIOMarijn Suijten 2022-01-20configs: introduce debug.config for CI-like setupQian Cai 2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand 2021-04-14kconfig: do not use allnoconfig_y optionMasahiro Yamada 2021-01-06staging: ION: remove some references to CONFIG_IONMatthias Maennich 2020-12-09Input: gtco - remove driverDmitry Torokhov 2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada 2018-10-24kvm_config: add CONFIG_VIRTIO_MENULénaïc Huard 2018-06-15kconfig: tinyconfig: remove stale stack protector fixupsMasahiro Yamada 2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds 2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2018-02-06Makefile: introduce CONFIG_CC_STACKPROTECTOR_AUTOKees Cook 2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář 2018-01-16kvm_config: add CONFIG_S390_GUESTChristian Borntraeger 2017-12-04PM: Provide a config snippet for disabling PMMark Brown 2017-08-22ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.Martijn Coenen 2017-06-09config: android-base: disable CONFIG_NFSD and CONFIG_NFS_FSRoberto Pereira 2017-06-09config: android-base: add CGROUP_BPFChenbo Feng 2017-06-09config: android-base: add CONFIG_MODULES optionGreg Kroah-Hartman 2017-06-09config: android-base: add CONFIG_IKCONFIG optionGreg Kroah-Hartman 2017-06-09config: android-recommended: enable CONFIG_CPU_SW_DOMAIN_PANSami Tolvanen 2017-06-09config: android-base: disable CONFIG_USELIB and CONFIG_FHANDLEMax Shi 2017-06-09config: android-recommended: enable CONFIG_ARM64_SW_TTBR0_PANSami Tolvanen 2017-06-09config: android-recommended: enable fstack-protector-strongJeff Vander Stoep