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