c05564c4d8
Android 13
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 -- "$@"
|