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