4 lines
146 B
Plaintext
4 lines
146 B
Plaintext
|
#!/bin/sh
|
||
|
# description: produce callgraphs in short form for scripting use
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
|