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