mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 11:15:54 +00:00
4 lines
146 B
Bash
4 lines
146 B
Bash
#!/bin/sh
|
|
# description: produce callgraphs in short form for scripting use
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
|