mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-10 12:20:09 +00:00
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
# description: produce callgraphs in short form for scripting use
|
||
|
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
|