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