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 $@
very siginfo we send has all bits initializedEric W. Biederman 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-06-14parisc/ptrace: run seccomp after ptraceKees Cook 2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski 2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller 2016-05-22parisc: Add syscall tracepoint supportHelge Deller 2016-03-31parisc: Fix and enable seccomp filter supportHelge Deller 2016-03-01parisc: Fix ptrace syscall number and return value modificationHelge Deller