You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08: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 -- "$@"
|