summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
blob: 356b9656393db5a59bb3083d79d0ab0c35e1200a (plain)
1
2
3
#!/bin/sh
# description: produce callgraphs in short form for scripting use
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
;id=babb80b3ecc6f40c962e13c654ebcd27f25ee327'>crypto: lrw,xts - Replace strlcpy with strscpyAzeem Shaikh 2023-02-13crypto: api - Use data directly in completion functionHerbert Xu 2022-02-18crypto: lrw - Add dependency on ecbHerbert Xu 2020-07-23crypto: Replace HTTP links with HTTPS onesAlexander A. Klimov 2020-07-16crypto: lrw - prefix function and struct names with "lrw"Eric Biggers 2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers 2020-05-08crypto - Avoid free() namespace collisionArnd Bergmann 2020-03-06crypto: lrw - simplify error handling in create()Eric Biggers 2020-01-09crypto: skcipher - pass instance to crypto_grab_skcipher()Eric Biggers 2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers 2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2019-06-06crypto: lrw - use correct alignmaskEric Biggers 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers 2019-04-18crypto: lrw - don't access already-freed walk.ivEric Biggers 2019-04-18crypto: lrw - Fix atomic sleep when walking skcipherHerbert Xu 2018-10-05crypto: lrw - fix rebase error after out of bounds fixArd Biesheuvel 2018-09-21crypto: lrw - Do not use auxiliary bufferOndrej Mosnacek 2018-09-21crypto: lrw - Optimize tweak computationOndrej Mosnacek 2018-09-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek 2018-08-03crypto: scatterwalk - remove 'chain' argument from scatterwalk_crypto_chain()Eric Biggers 2018-03-31crypto: lrw - Free rctx->ext with kzfreeHerbert Xu 2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers 2017-11-03crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef 2017-10-12crypto: lrw - Check for incorrect cipher nameChristophe Jaillet 2017-10-12crypto: lrw - Fix an error handling path in 'create()'Christophe Jaillet 2017-04-10crypto: lrw - Fix use-after-free on EINPROGRESSHerbert Xu 2017-03-24crypto: xts,lrw - fix out-of-bounds write after kmalloc failureEric Biggers 2016-11-28crypto: lrw - Convert to skcipherHerbert Xu 2014-11-26crypto: include crypto- module prefix in templateKees Cook