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