#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 21E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/crypto/ablk_helper.c
AgeCommit message (Expand)Author
2016-06-23crypto: ablk_helper - Fix cryptd reorderingHerbert Xu
2015-03-31crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller
2013-10-07crypto: ablk_helper - Replace memcpy with struct assignmentkbuild test robot
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel