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