repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux/fpc-iii.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
"$@"