repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
tools
/
perf
/
scripts
/
python
/
bin
/
stackcollapse-record
blob
9d8f9f0f3a17c1e9c4042ce535e4853e64575b4e
1
#!/bin/sh
2
3
#
4
# stackcollapse.py can cover all type of perf samples including
5
# the tracepoints, so no special record requirements, just record what
6
# you want to analyze.
7
#
8
perf record
"$@"