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