xref: /linux/tools/perf/scripts/python/bin/stackcollapse-report (revision 2f9060b1db4aa2c21c248e34476d8936a2b69cf6)
1#!/bin/sh
2# description: produce callgraphs in short form for scripting use
3perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py "$@"
4