mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-18 21:25:52 +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 "$@"
|