#!/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 .0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/crypto/skcipher.h
AgeCommit message (Expand)Author
2024-04-02crypto: remove CONFIG_CRYPTO_STATSEric Biggers
2023-10-20crypto: skcipher - fix weak key check for lskciphersEric Biggers
2023-09-20crypto: skcipher - Add lskcipherHerbert Xu