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