summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
blob: 8f759291da86c07435a62e7fa044f8c75f9c2749 (plain)
1
2
3
4
5
#!/bin/bash
# description: display a process of packet and processing time
# args: [tx] [rx] [dev=] [debug]

perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
='2018-01-11 23:30:13 -0500'>2018-01-11fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()Eric Biggers 2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers 2018-01-11fscrypt: define fscrypt_fname_alloc_buffer() to be for presented namesEric Biggers 2018-01-11fscrypt: remove fscrypt_fname_usr_to_disk()Eric Biggers 2018-01-11fscrypt: new helper function - fscrypt_get_symlink()Eric Biggers 2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers 2018-01-11fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versionsEric Biggers 2018-01-11fscrypt: move fscrypt_control_page() to supp/notsupp headersEric Biggers 2018-01-11fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headersEric Biggers 2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers 2017-10-18fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers 2017-10-18fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers 2017-10-18fscrypt: new helper function - fscrypt_file_open()Eric Biggers 2017-10-18fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers 2017-10-18fscrypt: clean up include file messDave Chinner 2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers 2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers