mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-02-03 07:18:20 +00:00
4 lines
149 B
Bash
Executable File
4 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
# description: produce callgraphs in short form for scripting use
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
|