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 $@
a05cfe245ada0bb92f177efec6b8a88'>fscrypt: remove mention of symlink st_size quirk from documentationEric Biggers 2020-10-15docs: fs: fscrypt.rst: get rid of :c:type: tagsMauro Carvalho Chehab 2020-07-27fscrypt: document inline encryption supportSatya Tangirala 2020-07-20fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZEEric Biggers 2020-07-08fscrypt: add inline encryption supportSatya Tangirala 2020-05-19fscrypt: add support for IV_INO_LBLK_32 policiesEric Biggers 2020-03-19fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctlEric Biggers 2020-01-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2020-01-22fscrypt: improve format of no-key namesDaniel Rosenberg 2020-01-22fscrypt: clarify what is meant by a per-file keyEric Biggers 2020-01-22fscrypt: derive dirhash key for casefolded directoriesDaniel Rosenberg 2020-01-22fscrypt: don't allow v1 policies with casefoldingDaniel Rosenberg 2020-01-17ext4: allow ZERO_RANGE on encrypted filesEric Biggers 2019-12-31fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEYEric Biggers 2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds 2019-11-14ext4: Enable encryption for subpage-sized blocksChandan Rajendra 2019-11-06fscrypt: add support for IV_INO_LBLK_64 policiesEric Biggers 2019-10-21fscrypt: invoke crypto API for ESSIV handlingEric Biggers 2019-08-31ext4 crypto: fix to check feature status before get policyChao Yu 2019-08-12fscrypt: document the new ioctls and policy versionEric Biggers 2019-08-12fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers 2019-06-27fscrypt: document testing with xfstestsEric Biggers 2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers 2019-01-23fscrypt: return -EXDEV for incompatible rename or link into encrypted dirEric Biggers 2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra 2019-01-06fscrypt: add Adiantum supportEric Biggers 2018-09-04crypto: speck - remove SpeckJason A. Donenfeld 2018-05-20fscrypt: add Speck128/256 supportEric Biggers