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