summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
blob: 9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

#
# stackcollapse.py can cover all type of perf samples including
# the tracepoints, so no special record requirements, just record what
# you want to analyze.
#
perf record "$@"
2009-07-14crypto: hash - Zap unaligned buffersHerbert Xu 2009-07-14crypto: ahash - Remove old_ahash_algHerbert Xu 2009-07-14crypto: ahash - Add instance/spawn supportHerbert Xu 2009-07-14crypto: ahash - Convert to new style algorithmsHerbert Xu 2009-05-31crypto: hash - Fix handling of sg entry that crosses page boundaryHerbert Xu 2009-02-19crypto: ahash - Fix digest size in /proc/cryptoLee Nipper 2008-12-25crypto: hash - Make setkey optionalHerbert Xu 2008-12-25crypto: hash - Export shash through hashHerbert Xu 2008-12-25crypto: hash - Add import/export interfaceHerbert Xu 2008-07-10crypto: hash - Added scatter list walking helperHerbert Xu 2008-07-10crypto: hash - Removed vestigial ahash fieldsHerbert Xu 2008-07-10crypto: hash - Fixed digest size checkHerbert Xu 2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho