mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-23 09:42:34 +00:00
4 lines
149 B
Text
4 lines
149 B
Text
![]() |
#!/bin/sh
|
||
|
# description: produce callgraphs in short form for scripting use
|
||
|
perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
|