xref: /linux/tools/perf/scripts/python/bin/flamegraph-report (revision 9a69570682b1f179a8bd9439a24495e7a6246aa9)
1#!/bin/bash
2# description: create flame graphs
3perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py "$@"
4