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