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 $@
07b7f564187593293aa9ea3932'>crypto: gcm - Convert to new AEAD interfaceHerbert Xu 2015-05-22crypto: gcm - Use default null skcipherHerbert Xu 2015-05-13crypto: gcm - Use crypto_aead_set_reqsize helperHerbert Xu 2014-11-26crypto: include crypto- module prefix in templateKees Cook 2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook 2014-08-01crypto: Resolve shadow warningsMark Rustad 2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan 2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds 2013-04-25crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna 2013-04-25crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna 2013-04-02crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna 2013-02-04crypto: use ERR_CASTJulia Lawall