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 $@
i Bohac 2019-08-05PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann 2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2019-06-27crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann 2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells 2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner 2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers 2019-04-18crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithmVitaly Chikunov 2019-04-18X.509: parse public key parameters from x509 for akcipherVitaly Chikunov 2019-04-18KEYS: do not kmemdup digest in {public,tpm}_key_verify_signatureVitaly Chikunov 2019-04-18crypto: akcipher - new verify API for public key algorithmsVitaly Chikunov