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 $@
S_SIZE and SET_PR_FPVALIDAl Viro 2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi 2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi 2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman 2020-04-20arm64/elf: Disable automatic READ_IMPLIES_EXEC for 64-bit address spacesKees Cook 2020-03-16ELF: Add ELF program property parsing supportDave Martin