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 -- "$@"
yEric Biggers 2025-05-05crypto: arm64/sha256 - Add simd block functionHerbert Xu 2025-05-05crypto: arch/sha256 - Export block functions as GPL onlyHerbert Xu 2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu 2025-05-05crypto: arm64/sha256 - implement library instead of shashEric Biggers 2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu 2025-05-05crypto: arm64/poly1305 - Add block-only interfaceHerbert Xu 2025-04-28crypto: lib/poly1305 - remove INTERNAL symbol and selection of CRYPTOEric Biggers 2025-04-28crypto: lib/chacha - remove INTERNAL symbol and selection of CRYPTOEric Biggers 2025-04-28crypto: arm64 - move library functions to arch/arm64/lib/crypto/Eric Biggers